production-troubleshooting
Installation
SKILL.md
Production Troubleshooting
Overview
Diagnose performance issues and errors in production/test environments using systematic investigation workflows with Sentry, kubectl, and Helm configuration analysis.
Prerequisites
Verify access to Sentry and Kubernetes tooling before troubleshooting.
- Prefer
k8s-toolwhen available for environment-aware commands. - Fall back to raw
kubectlcommands whenk8s-toolis not installed or not configured in the current environment. - Confirm namespace and target environment (
testorprod) before running commands.
When to Use This Skill
Apply this skill when: