skills/debug/SKILL.md
Use when diagnosing bugs, test failures, or unexpected behavior. Requires hypotheses before fixes — no jumping to solutions.
npx skillsauth add benaskins/humanpowers debugInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Diagnose before you fix. Hypotheses before changes. Boring explanations before clever ones.
/verifyIf your approach fails twice, stop and reassess — you're missing context.
$ARGUMENTS
testing
Review open issues and PRs across the workspace to decide what needs action
testing
Use before claiming any fix, deploy, or implementation is complete. Requires showing evidence — not assertions.
development
Use when executing an implementation plan. Builds in TDD cycles with disciplined commits — one commit per plan step, no unrelated files swept in.
tools
Orient in project state before starting work