Address issues found during code review. Implements fixes systematically with verification.
Systematically addresses issues found during code review with verification. Use after reviews, bug reports, or security audits to implement focused fixes with testing.
/plugin marketplace add az9713/claude-code-agentic-framework/plugin install az9713-codebase-singularity@az9713/claude-code-agentic-frameworkImplement fixes for issues identified during code review, systematically addressing each problem with verification.
When this command is invoked:
specs/reviews/For each issue, determine:
Create a fix plan:
# Fix Plan
## Issues to Address
| # | Severity | Issue | File | Approach |
|---|----------|-------|------|----------|
| 1 | Critical | [Issue] | path/file.js | [How to fix] |
| 2 | High | [Issue] | path/file.js | [How to fix] |
## Order of Operations
1. Fix critical issues first
2. Run tests after each fix
3. Verify no regressions
For each fix:
After all fixes:
Create a fix report:
# Fix Report
**Date**: [Current date]
**Review Reference**: [Link to original review]
## Fixes Applied
### Fix 1: [Issue Title]
- **File**: path/to/file.js
- **Line**: XX → YY
- **Problem**: [What was wrong]
- **Solution**: [What was done]
- **Verification**: [How it was verified]
## Summary
| Category | Issues | Fixed | Remaining |
|----------|--------|-------|-----------|
| Critical | X | X | 0 |
| High | X | X | 0 |
| Medium | X | X | X |
| Low | X | X | X |
## Tests
- All tests passing: Yes/No
- New tests added: X
- Regressions found: None
## Next Steps
- [Any remaining work]
- [Suggested improvements]
Save to specs/fixes/[date]-fix-report.md
If a fix is complex: