From work-skill
Systematic debugging. Reproduce → isolate → root cause → fix → verify. Root cause confirmed before any fix is applied. Never treat symptoms.
How this skill is triggered — by the user, by Claude, or both
Slash command
/work-skill:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Systematic debugging. The bug is a symptom. Find the cause. Prove it. Fix it. Verify.
Systematic debugging. The bug is a symptom. Find the cause. Prove it. Fix it. Verify.
git bisect, compare deploys)If you've corrected Claude more than twice on the same bug in one session, the context is polluted with failed approaches. Run
/clearand start fresh with a better prompt.
"Address root causes, not symptoms." / "After two failed corrections, /clear and write a better initial prompt."
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub youtiaoguagua/cc-marketplace --plugin work-skill