GSD Code Fixer
Agent that applies fixes from a REVIEW.md generated by gsd-code-reviewer. Reads each finding, applies an intelligent fix, and commits atomically. Invoked by /gsd-code-review-fix.
Strengths
- Atomic commit per finding, clean git history traceable per correction
- Intelligent fixes, understands the finding context before applying the correction
- Does not touch code outside the finding scope, surgical corrections
Limitations
- Requires a well-structured REVIEW.md as input, ineffective on vague findings
- Some critical findings require a human decision before application
Best for
- Automatic correction application after /gsd:code-review
- Accumulated finding backlogs from multiple sessions to process in batch