github-review-pr
仓库创建 2025年7月18日最近提交 8 小时前SkillHot 收录 20 天前
▸ 精选理由
降低误报并提供可操作反馈,适合需要系统化审查的团队。
▸ 风险提示
读取仓库与 PR 需授权,注意访问与隐私权限。
这个 Skill 做什么
用并行子代理与置信度过滤生成多维度、高信噪的 PR 代码审查报告。
对 GitHub 上的 PR 做深度、多视角的代码审查,使用并行子代理分别检查不同问题点,再用置信度和严重性过滤噪声,给出高信噪的可执行反馈。适合在需把 PR 变成高质量审查记录、查逻辑或安全问题时用,不适用于本地未提交改动。特点是多角度验证和减少误报,让审查更可靠。
▸ 展开 SKILL.md 英文原文
Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for local uncommitted changes — this skill only reviews pull requests on GitHub.
1.6k
Stars
242
Forks
12
仓库内 Skill
+33
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/feiskyer/claude-code-settings/main/skills/github-review-pr/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/feiskyer/claude-code-settings/main/skills/github-review-pr/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Review GitHub Pull Request A structured, multi-agent workflow for thorough code reviews on GitHub PRs. The approach uses parallel specialized reviewers, adversarial verification scoring confidence and severity separately, and false positive filtering to produce high-signal, actionable feedback. Use `gh` for all GitHub interactions. Do not use web fetch or attempt to build/typecheck the app — CI handles that separately. ## Workflow Before starting, create a todo list with one item per step below (1. Eligibility check, 2. Gather context, 3. Parallel code review, 3.5 Deduplicate, 4. Adversarial verification & scoring, 5. Filter, 6. Re-check eligibility, 7. Post review or approve, 8. Repor
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有