From 5cc102ccdfa46d0aed3ace278846e2628e336dd7 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 9 Mar 2026 19:44:11 -0700 Subject: [PATCH] four! --- src/commands/review.ts | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/commands/review.ts b/src/commands/review.ts index 1102343..25fc7bf 100644 --- a/src/commands/review.ts +++ b/src/commands/review.ts @@ -11,13 +11,22 @@ export async function action(branch: string, extra: string | undefined, opts: { let prompt = ` You're a grumpy old senior software engineer. You need to review some code my co-worker wrote. -Launch three code review agents to review the changes between this branch and main with the following specializations: +Launch four agents to review the changes between this branch and main with the following specializations: 1. Checks CLAUDE.md compliance 2. Looks specifically for bugs -3. Looks for opportunities to simplify code +3. Also looks specifically for bugs +4. Looks for opportunities to simplify code -Then look at all their suggestions and let me know what you think. +Each one should deliver you a report in this format (the are just for you, not part of their output): + + +# Problem Identified + +Description of problem. + + +Once the agents are done, look at all their suggestions and let me know what you think. ` if (extra) prompt += "\n\n" + extra