From f5-core
Automatically redirects to /f5-implement fix for managing bug fixes, including listing, marking done, verifying, and creating fixes with arguments.
How this command is triggered — by the user, by Claude, or both
Slash command
/f5-core:f5-fix [redirects to /f5-implement fix]The summary Claude sees in its command listing — used to decide when to auto-load this command
# ⚠️ DEPRECATED: /f5-fix This command has been consolidated into `/f5-implement fix`. ## Migration ## Automatic Redirect Executing `/f5-implement fix $ARGUMENTS`...
This command has been consolidated into /f5-implement fix.
# Old (deprecated)
/f5-fix BUG-001
/f5-fix "Hero image wrong size"
/f5-fix list
/f5-fix done BUG-001
/f5-fix verify BUG-001
/f5-fix list --status open
# New (use this instead)
/f5-implement fix BUG-001
/f5-implement fix "Hero image wrong size"
/f5-implement fix list
/f5-implement fix done BUG-001
/f5-implement fix verify BUG-001
/f5-implement fix list --status open
Executing /f5-implement fix $ARGUMENTS...
npx claudepluginhub fujigo-software/f5-framework-claude --plugin f5-core/kasi-fixFixes specific bugs using conservative principles: narrows issue, designs hypothesis, applies minimal pattern-matched diff, controls blast radius, runtime verifies. Outputs structured Mission/Design/Fix/Confidence/Blast/Next report.
/bugfixFixes bugs using severity-based workflows: quick for simple issues, full investigation for complex bugs, hotfix for production emergencies. Supports interactive mode.
/flow-fix-pipelineRuns a compressed bug fix pipeline for flow's --fix mode. Adapts triage levels from full bug+debug+fix+review+PR to quick single-pass fix. Covers documentation, root cause analysis, implementation, and PR creation.
/fix-issueFixes GitHub issue by number using parallel root cause analysis, hypothesis testing, similar issue detection, fixes, tests, and prevention recommendations.