This is a structured workflow for fixing bugs without letting scope creep turn a small patch into an architecture overhaul. It gates you at the start: concrete issue, localized fix path, straightforward verification. If any of those fail, or if root cause stays murky after investigation, it tells you to stop and escalate to brainstorm or write-plan. The workflow itself is methodical: reproduce, diagnose root cause, classify as small or risky, implement minimal change, verify with increasing scope, then document what broke and why your fix works. It's opinionated about keeping blast radius tight and not guessing when context is missing. Good for runtime errors and test regressions where you have real signal to work from.
npx skills add https://github.com/buiducnhat/agent-skills --skill fix