Commit 4e4b3a4
committed
feat: simplify PR review prompt, expand tool access, add local skill support
- Remove rigid 4-agent orchestration in favor of letting Claude decide
how to parallelize review work
- Add Read/Glob/Grep/Task/Skill to allowed tools so Claude can actually
explore the codebase and invoke local skills
- Add .claude/skills/ci-review.md mechanism for repo-specific review rules
- Add previous comment deduplication to avoid repeating findings
- Add severity system and gh pr review verdict step
- Optimize fetch depth (PR commits + 1 instead of full clone)
- Add concurrency group to cancel stale review runs
- Incorporate coderabbit learnings: R4/R11/C4 exceptions, known safe
SDK patterns, provisioning idempotency nuance1 parent b9652b2 commit 4e4b3a4
2 files changed
Lines changed: 128 additions & 198 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
3 | 6 | | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | | - | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
17 | | - | |
| 23 | + | |
18 | 24 | | |
19 | | - | |
| 25 | + | |
20 | 26 | | |
21 | 27 | | |
22 | 28 | | |
| |||
34 | 40 | | |
35 | 41 | | |
36 | 42 | | |
37 | | - | |
| 43 | + | |
| 44 | + | |
38 | 45 | | |
39 | 46 | | |
0 commit comments