This is a meta-workflow that chains together other skills to fix bugs. Instead of manually running debug, then implement, then test, then commit, you call /fix and it routes through the whole pipeline based on what you're fixing. It handles four scopes: regular bugs, Claude Code hook issues, dependency errors, and PR comment fixes. The standout feature is the interactive question flow if you just type /fix with no args. It walks you through workflow selection, captures issue details, and asks about investigation depth and testing preferences before showing you a summary. There's a required human checkpoint after diagnosis and a premortem before implementation, which is good guardrails for production work. Saves the mental overhead of remembering which skills to chain for common fix patterns.
npx skills add https://github.com/parcadei/continuous-claude-v3 --skill fix