Github Review Pr

Multi-agent GitHub PR review with confidence scoring and false-positive filtering

Works with setup

Test report

Verdict
Works with setup
Score
6.8/10
Tested
Jul 20, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 9df7799

Fetched the repo tree and raw SKILL.md from HEAD (default branch main): a single self-contained SKILL.md under skills/github-review-pr/, no scripts or relative file references (only inline gh command examples), no exfiltration/base64/secrets/hidden instructions. Frontmatter parses with name + description and a tight, well-scoped trigger. OUTPUT was NOT measured (not a measured loss): the skill is pure instructions but its runtime requires the gh CLI, GitHub auth, a real live PR, and heavy subagent fan-out (5 reviewers + per-issue scoring agents) that I could not execute end-to-end here.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 3/10
  • Docs & honesty 4/5

What Github Review Pr does

A prompt-only skill that orchestrates a structured GitHub PR review: parallel specialized reviewers (CLAUDE.md compliance, bug scan, git-history context, past-PR feedback, code-comment compliance), 0-100 confidence scoring, an 80-point filter to cut noise, and an exact permalink comment format posted via gh. Triggers when the user asks to review a PR, references a PR number, or pastes a GitHub PR URL; it explicitly excludes local uncommitted changes.

How to install Github Review Pr

Copy the skills/github-review-pr/ directory into your project or personal ~/.claude/skills/ folder (it contains a single SKILL.md, no extra files). Requires the GitHub CLI (gh) installed and authenticated (gh auth login), since all PR interactions go through gh.

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Github Review Pr

  • /github-review-pr Multi-agent GitHub PR review with confidence scoring and false-positive filtering

It also activates on plain-language prompts like these:

  • Review this pull request for code quality
  • Check PR #45 before I approve it
  • Give feedback on this contributor's PR

Frequently asked questions

Is the Github Review Pr skill free?
Yes. The skill itself is free from feiskyer/claude-code-settings. SkillProof publishes the install command and an independent test verdict at no cost.
Does Github Review Pr work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Works with setup. Fetched the repo tree and raw SKILL.md from HEAD (default branch main): a single self-contained SKILL.md under skills/github-review-pr/, no scripts or relative file references (only inline gh command examples), no exfiltration/base64/secrets/hidden instructions. Frontmatter parses with name + description and a tight, well-scoped trigger. OUTPUT was NOT measured (not a measured loss): the skill is pure instructions but its runtime requires the gh CLI, GitHub auth, a real live PR, and heavy subagent fan-out (5 reviewers + per-issue scoring agents) that I could not execute end-to-end here.
What is the Github Review Pr SkillProof Score?
6.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 3/10, docs & honesty 4/5.
How do I install Github Review Pr?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Github Review Pr with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.