What problem does it solve? Small bugs with obvious causes do not need a full spec, brief, and design phase, but skipping review and testing entirely leads to sloppy patches. This Skill provides a fast path for tiny, well-understood fixes while still enforcing reproduction, root cause analysis, formatting, linting, testing, and review. ## Core Features & Use Cases - Reproduce Red First: Requires a failing test or failing command that only goes green when the bug is fixed before naming the cause. - Root Cause Statement: Captures the cause in one or two sentences plus 2-4 verifiable success criteria, with no separate brief or plan documents. - Typed Branch Workflow: Checks out a fix/ or hotfix/ branch, implements a surgical change, and runs the full Definition of Done including judge and security-reviewer subagents. - Use Case: A button on your web app submits a form twice because of a missing disabled state. Run /fix prevent double form submission on save button to reproduce the failure, patch the handler, run tests and review, and commit on a typed branch. ## Quick Start Ask the agent to run /fix followed by a one-sentence description of the small bug you want repaired.