plugins/ss/skills/ss-fix/SKILL.md
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
npx skillsauth add martybonacci/specswarm ss-fixInstall 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.
Provides natural language access to /ss:fix command.
Recent changes (potential bug source):
!git log --oneline -5 2>/dev/null || echo "Not a git repository"
Trigger this skill when the user describes ANY software problem:
Examples:
Skill-Based Routing:
Detect that user described a software problem
Extract the problem description from their message
Route based on intent clarity:
Clear intent - Execute directly:
/ss:fix "problem description"Ambiguous intent - Ask for confirmation:
If user selects Option 2, process normally without SpecSwarm
After command completes, STOP - do not continue with ship/merge
/ss:fix runs complete workflow:
Stops after bug is fixed - does NOT merge/ship/deploy.
This skill should trigger not just on exact keywords, but semantic equivalents:
Fix equivalents: fix, repair, resolve, debug, correct, address, handle, patch Broken equivalents: broken, not working, doesn't work, not showing, not appearing, not displaying, not rendering, not loading, failing, crashed Issue terms: bug, error, problem, issue, trouble, failure
development
Upgrade deps/frameworks with breaking change analysis. Triggers on upgrade/update/migrate/modernize intent.
development
Check build progress and session status. Triggers on progress/status/done/how's-the-build intent.
testing
Quality-gated merge to parent branch (DESTRUCTIVE). ALWAYS confirms on ship/deploy/merge/release intent.
data-ai
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.