Use when confronted with an unknown failure in CI or production to rapidly categorize the issue before deep debugging.
How this skill is triggered — by the user, by Claude, or both
Slash command
/debugging-diagnostics:failure-triageThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Before diving deep into a stack trace or spending hours reproducing a bug, you must triage it to determine the blast radius, subsystem, and debugging approach.
Before diving deep into a stack trace or spending hours reproducing a bug, you must triage it to determine the blast radius, subsystem, and debugging approach.
git log -n 5 --oneline and git diff to see what changed recently. Most bugs are in the newest code.src/config.ts."Do not start writing fixes until you have explicitly stated your triage hypothesis and confirmed the category.
npx claudepluginhub yeaight7/agent-powerups --plugin debugging-diagnosticsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.