Fix entire feature systematically
focused-fixcommandsetup L2★17,464
alirezarezvani/claude-skills ↗What it does
systematically repair entire feature/module in 5 phases
Best for
Deep repair of a broken module with strict phase discipline and evidence-based diagnosis.
Inputs
- · feature-path argument
- · engineering/focused-fix/SKILL.md workflow
Outputs
- · scope map, dependency trace, diagnostics, fixes, verification
Requires
- · code analysis
- · test runner
- · bash
Preconditions
- · feature path is valid
- · SKILL.md workflow exists
Failure modes
- · skipping Phase 3 diagnostics
- · fix cascade (>3 fixes)
- · scope not bounded
- · consumer tests not verified
Trust signals
- · enforces all 5 phases in order
- · no fixes before Phase 3 diagnostics
- · 3-strike escalation for cascading fixes