Skip to content

Commit 3e702d7

Browse files
wmitsudaclaude
andcommitted
Add Reviewer Recommendation section to report output
Adds a final summary verdict based on the two critical signals (hash changes and unexpected deletions): - Safe to Approve when no anomalies detected - Investigation Required with listed concerns otherwise Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 034ce8b commit 3e702d7

File tree

1 file changed

+19
-0
lines changed
  • .claude/skills/summarize-changes

1 file changed

+19
-0
lines changed

.claude/skills/summarize-changes/SKILL.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,25 @@ Group by State Snapshots / CL Snapshots / EL Block Snapshots. List version trans
149149

150150
Any changes to Other Files (salt files, etc.) or anything not fitting the above categories. If none, say "No other changes."
151151

152+
---
153+
154+
### Reviewer Recommendation
155+
156+
Based on the two critical signals (hash changes and unexpected deletions), add a final recommendation section:
157+
158+
If NO hash changes AND NO unexpected deletions:
159+
160+
### ✅ Recommendation: Safe to Approve
161+
162+
This PR contains only routine changes: range merges, version upgrades, and new data pruned from MDBX. No anomalies detected.
163+
164+
If hash changes OR unexpected deletions exist:
165+
166+
### 🚨 Recommendation: Investigation Required
167+
168+
This PR contains changes that need manual review before approval:
169+
- (list each concern: N hash change(s), N unexpected deletion(s), with brief context from the sections above)
170+
152171
## Step 5: Offer to Post as PR Comment
153172

154173
After displaying the full report, ask the user if they want you to post it as a comment on the PR.

0 commit comments

Comments
 (0)