Generate code review documentation
review-generatorsubagentsetup L2★26
vneseyoungster/ChocoVine ↗What it does
Generate structured review documents comparing implementation against plan
Best for
After code implementation to document changes, verify tasks completed, and create reviewer checklists
Inputs
- · Session path
- · Git commits
Outputs
- · Review document
- · Verification checklist
Preconditions
Session directory with git history and implementation artifacts present
Failure modes
- · Unclear git history or missing commit metadata
- · Implementation plan not found or located incorrectly
- · Verification commands fail to run
Trust signals
- · Includes test/validation protocols
- · Explicit error handling
- · Provides usage examples