From f1e5d76ad83c2e0c60d15fedc1dd2f66c54e55e9 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Wed, 18 Feb 2026 10:13:06 +0100 Subject: [PATCH] chore(skills): clarify verdict rules in review-pr skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add explicit mapping: critical/warning → REQUEST_CHANGES, suggestion-only or clean → APPROVE. Co-Authored-By: Claude Opus 4.6 --- .claude/skills/review-pr/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.claude/skills/review-pr/SKILL.md b/.claude/skills/review-pr/SKILL.md index cf6fd1765..aac3b4859 100644 --- a/.claude/skills/review-pr/SKILL.md +++ b/.claude/skills/review-pr/SKILL.md @@ -140,6 +140,10 @@ Respond with: - File path and approximate location - Severity: critical / warning / suggestion - Description of the issue + +Verdict rules: +- Any **critical** or **warning** issue → REQUEST_CHANGES +- Only **suggestion**-level issues (or none) → APPROVE If no issues found, say APPROVE with a brief positive summary. ```