بنقرة واحدة
ss-fix
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Spec-driven feature development workflow. Triggers on build/create/add/implement/develop intent.
Initialize SpecSwarm for a project with constitution and standards. Triggers on setup/initialize/configure intent.
Show feature metrics and sprint analytics. Triggers on metrics/stats/analytics/how-did-we-do intent.
Modify features with impact analysis and compatibility checks. Triggers on modify/change/update/refactor intent.
Prepare releases with changelog, version bump, and tagging. Confirms on release/tag/publish/version intent.
Safely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent.
| name | ss-fix |
| effort | low |
| description | Fix bugs with regression testing and auto-retry. Triggers on fix/debug/broken/error/not-working intent. |
| allowed-tools | AskUserQuestion, SlashCommand |
| hooks | [{"event":"PreToolUse","tool":"SlashCommand","handler":"validate-fix-state","description":"Validates fix state and retry count before executing commands"},{"event":"PostToolUse","tool":"SlashCommand","handler":"track-fix-progress","description":"Tracks fix progress and updates retry count after commands"},{"event":"Stop","handler":"continue-fix-retry","description":"Handles auto-retry logic when fix verification fails"}] |
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