From devops-skills
Reproduce, isolate, and fix software bugs without guessing. Activates on errors, stack traces, crashes, regressions, failing tests, or root cause analysis requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/devops-skills:debugging-workflowThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill when the task starts from a failure or unexplained behavior. Preserve business intent, isolate the smallest failing case, and fix the confirmed cause.
Use this skill when the task starts from a failure or unexplained behavior. Preserve business intent, isolate the smallest failing case, and fix the confirmed cause.
performance-optimization.testing-verification.AGENTS.md, CLAUDE.md, relevant docs, feature specs, design-system docs, route/API/schema files, and nearby tests.Read references/debugging-playbook.md for deeper isolation patterns.
Report:
references/debugging-playbook.md: reproduction, isolation, Binary Debug, logs, UI bugs, backend bugs, and flaky failures.npx claudepluginhub thienanblog/awesome-ai-agent-skills --plugin office-web-ui-skillsSystematic debugging methodology for finding and fixing bugs through root cause analysis. Covers reproduce-investigate-hypothesize-fix-prevent workflow, evidence-based diagnosis, and bug category strategies.
Enforces systematic root cause analysis for bugs, test failures, and unexpected behavior. Requires proof of root cause before any fix.
Guides systematic root-cause debugging when tests fail, builds break, behavior doesn't match expectations, or unexpected errors occur. Provides triage checklist, stop-the-line rule, and reproduction strategies.