Interactive full-screen code review system for optimal feedback collection and rapid iteration.
# Run a review and copy results to clipboard
bash scripts/code-review/reviews/review_prompt_primitives_evolution.sh | pbcopy
# Then paste the results directly into chat for feedback- Full-Screen Interactive Experience: Each review opens a clean, focused terminal interface
- Code Display: Shows exact code snippets with line numbers and syntax highlighting
- Strategic Questions: Presents specific questions to minimize review surface area
- Structured Output: Exports responses in a format perfect for chat feedback
Each review consists of:
- Sub-Reviews A-E: Focused sections covering different aspects
- Code Windows: Displays relevant code snippets with context
- Strategic Questions: Targeted questions for optimal feedback
- Response Collection: Structured collection of all feedback
- Copy
reviews/review_prompt_primitives_evolution.shas a template - Modify the sub-review functions to show relevant code and ask relevant questions
- Update the main review title and description
- Make executable with
chmod +x
- Optimal Code Display: Shows exactly what needs review
- Minimal Surface Area: Strategic questions that maximize learning
- Fast Iteration: Quick to run, quick to review, quick to feedback
- Structured Export: Perfect format for chat-based collaboration
This system dramatically accelerates code review cycles by presenting exactly the right information for comprehensive feedback.