Use when debugging complex runtime failures, distributed systems, or issues where a local debugger cannot be attached.
How this skill is triggered — by the user, by Claude, or both
Slash command
/debugging-diagnostics:log-driven-diagnosisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
When you cannot step through code, logs are your only visibility. You must be methodical in how you extract signals from noise.
When you cannot step through code, logs are your only visibility. You must be methodical in how you extract signals from noise.
grep for timestamps around the reported incident, or use tail.grep the entire log corpus for only that ID to trace the complete lifecycle of the failed request.ERROR log is usually just the final crash. The actual root cause is often a WARNING or unexpected INFO log that occurred milliseconds earlier (e.g., a connection retry failing, or an empty array being returned).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.