From abd8d852250bf2fd84d07ea96e252670ee9e56d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=ADlio=20Costa?= Date: Wed, 20 May 2026 14:48:29 +0100 Subject: [PATCH] Add validator subagents to github-pr-reviewer skill (#171370) --- .claude/skills/github-pr-reviewer/SKILL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.claude/skills/github-pr-reviewer/SKILL.md b/.claude/skills/github-pr-reviewer/SKILL.md index 3e4fa4aa49bf..f039614eb439 100644 --- a/.claude/skills/github-pr-reviewer/SKILL.md +++ b/.claude/skills/github-pr-reviewer/SKILL.md @@ -18,6 +18,13 @@ description: Reviews GitHub pull requests and provides feedback comments. This i 4. Ensure any existing review comments have been addressed. 5. Generate constructive review comments in the CONSOLE. DO NOT POST TO GITHUB YOURSELF. +## Verification: + +- After the review, run parallel subagents for each finding to double check it. +- Spawn up to a maximum of 10 parallel subagents at a time. +- Gather the results from the subagents and summarize them in the final review comments. + + ## IMPORTANT: - Just review. DO NOT make any changes - Be constructive and specific in your comments