debug-live-issue
FeaturedDebug production-like issues in this repository with disciplined evidence gathering. Use when fixing failing workflows, regressions, flaky behavior, or data inconsistencies across hooks, API, DB, websocket, and UI.
Install
Quality Score: 91/100
Skill Content
Details
- Author
- hoangsonww
- Repository
- hoangsonww/Claude-Code-Agent-Monitor
- Created
- 6 months ago
- Last Updated
- 2 days ago
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
debug
Diagnose a non-trivial bug through reproduction, evidence gathering, hypothesis testing, root-cause analysis, a minimal fix, and regression verification. Use when the cause is not already obvious.
debugging-production-systems
Use when debugging a bug in a deployed/self-hosted production system — especially errors surfaced inside third-party widgets or iframes, "works locally but fails in prod", suspected stale deploys or browser caches, regressions after a deploy, or when the fix requires SSH to a server, querying production data, reading CI/deploy logs, or reproducing browser-only failures. Use before proposing fixes when a debugging session risks becoming a multi-deploy spiral.
debug
Diagnose Kandev bugs, running-instance issues, UI/browser failures, and runtime behavior. Use when the user reports unexpected behavior, asks to investigate, asks to add logs/instrumentation, or when a fix needs root-cause evidence before implementing. Triage first, gather evidence safely, then hand off to /fix for code changes.