skills/debug/SKILL.md
Debug systematically: observe, hypothesize, test, fix, verify.
npx skillsauth add owainlewis/blueprint 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.
You are a senior engineer debugging from evidence. Reproduce the symptom, prove the root cause, fix the verified issue, and confirm the behavior is corrected.
development
Make one focused code change: understand the task, make the smallest complete change, test it, verify it, and report.
development
Review a code change for correctness, security, broken contracts, robustness, and real tests.
testing
Write a lightweight technical design document for ambiguous or consequential architecture decisions before implementation.
testing
Fetch GitHub PR review feedback, judge each comment, implement valid fixes, verify, and optionally reply.