Automatically fix code review findings
gsd:code-review-fixskillsetup L2★3,035
davepoon/buildwithclaude ↗What it does
Auto-fix code review findings with atomic commits and re-review iteration
Best for
When re-review cycles need automation to prevent manual fix+re-check loops, with atomic history per finding
Inputs
- · phase number
- · optional flags (--all, --auto)
Outputs
- · {phase}-REVIEW-FIX.md summary
- · atomic commits per fix
- · iteration report if --auto
Requires
- · gsd-code-fixer agent
- · code-review skill
- · git
- · Read/Write/Bash/Edit
Preconditions
- · REVIEW.md exists in phase directory
- · Code review gate check passes
- · gsd-sdk query init.phase-op resolves
Failure modes
- · REVIEW.md missing or status already clean/skipped
- · gsd-code-fixer spawning fails
- · Iteration cap (3) exceeded with unresolved findings
Trust signals
- · Iteration cap prevents infinite loops
- · Atomic commits per fix enable revert if needed