meta: add PR review skill#1683
Conversation
|
I tried the skill and it works pretty well! Should give us a good head-start with reviews. 2 things I noticed though: 1. Subagents cannot use bash, so the main agent does all the reviews in serial This could probably be fixed by adding something like this to the frontmatter: 2. Each PR review gets a verdict, as the skill suggests, but in the summary at the end, some PRs get multiple verdicts This is the output when I ran it: #1690 for example is listed as both The skill does not explicitly say that it should give this summary at the end, so Claude made that up. We could make the summary explicit and give guidance that the classification should match what's in the reviews. |
39219b6 to
b0e6e9a
Compare
|
@DonDebonair updated the prompt + frontmatter per above. One thing I noticed it this requires having accept edits enabled or the agents will get stuck writing (eventually the main chat will read their output and write them itself), not sure that's easy to pre-approve permissions for though 🤔 |
DonDebonair
left a comment
There was a problem hiding this comment.
Parallelism works now, so that's great. The only issue I found, is that it only processes full batches of 5, waiting until the batch is fully processed before taking on another review.
Making the changes that I suggest, fixes this. I tested it out and it works great that way!
Co-authored-by: Daan Debie <daan@dv.email>
Co-authored-by: Daan Debie <daan@dv.email>
Adds a Claude Code skill for reviewing open PRs, with a sync script that tracks review state and skips unchanged PRs.
Written with assistance from Claude.