How this skill is triggered — by the user, by Claude, or both
Slash command
/development:debugThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Investigate and fix the issue described in "$ARGUMENTS" using systematic root cause analysis. No guessing — find the cause before attempting fixes.
Investigate and fix the issue described in "$ARGUMENTS" using systematic root cause analysis. No guessing — find the cause before attempting fixes.
None — this is a utility skill that can run anytime a bug is encountered.
Read error messages carefully:
Reproduce the issue:
Check recent changes:
Trace the data flow:
Find working examples:
Form a single hypothesis:
Test minimally:
Write a failing test that reproduces the bug
Implement the fix — address the root cause, not the symptom
Verify:
Commit the fix with a clear message explaining what was wrong and why
Present findings to the user:
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 bromso/metapowers --plugin development