From 4a465f778783a2a00ae69df4ac1f7b961e908150 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 11 Mar 2026 14:09:44 -0700 Subject: [PATCH] Improve review prompt --- src/commands/review.ts | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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