diff --git a/src/commands/review.ts b/src/commands/review.ts index 80f635a..490486f 100644 --- a/src/commands/review.ts +++ b/src/commands/review.ts @@ -29,6 +29,39 @@ Description of problem. Tell each agent: Run \`git diff main...HEAD\` and focus on the "+" lines, not the "-" lines. Once the agents are done, look at all their suggestions and let me know what you think. + +Give me your opinion in this format, with the : + + +# {branch name} Review + +**OK TO SHIP: yes or no** + +# Showstoppers + +1. BUG: Bug that both bug hunters found. +2. BUG: Bug that one of the hunters found. +3. COMPLIANCE: Describe CLAUDE.md compliance issue. + +# Recommendations + +4. BUG: Bug that both bug hunters found. +5. BUG: Bug that one of the hunters found. +6. COMPLIANCE: Describe CLAUDE.md compliance issue. +7. SIMPLIFY: Opportunities to simplify code. + +# Optional + +8. BUG: Bug that both bug hunters found. +9. BUG: Bug that one of the hunters found. +10. COMPLIANCE: Describe CLAUDE.md compliance issue. +11. SIMPLIFY: Opportunities to simplify code. + +# Summary + +Your thoughts, in brief. + + ` if (extra) prompt += "\n\n" + extra