GSD Code Reviewer
GSD code review agent that produces a structured REVIEW.md with severity-classified findings (critical/major/minor). Invoked by /gsd-code-review, it analyses bugs, security issues, and code quality.
Strengths
- Produces a persistent REVIEW.md, findings traceable across sessions and phases
- Severity classification (critical/major/minor) to prioritise fixes
- Integrates with gsd-code-fixer for automatic finding correction
Limitations
- REVIEW.md output can become large on big PRs, difficult to navigate
- Dedicated /gsd-code-review workflow required, not as fluid as a direct invocation
Best for
- Code review after GSD plan execution to document phase findings
- Teams wanting a structured review history by feature or milestone
- Automatic chained correction via /gsd-code-review-fix after the review