PR Review Analysis

Fetches and verifies GitHub PR review comments against the actual codebase.

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 12, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 8f2e492

Tested with an inline fabricated PR (auth.py timing-unsafe hash comparison plus utils.py helpers) carrying 4 review comments seeded to be 2 valid / 1 invalid / 1 partial; no real GitHub PR was touched. Install was clean (single-file SKILL.md, strict-YAML frontmatter, no missing references) and the skill's verify-each-comment-against-code framework was followed exactly. A/B: skill and base produced identical, fully-correct triage (Valid/Invalid/Valid/Partial) and both independently flagged the un-reviewed same-pattern bug in verify_admin_password, so the skill matched rather than beat the base on this task.

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

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

What PR Review Analysis does

Analyze PR review comments from a GitHub PR URL. Fetch review comments, verify each finding against the actual codebase, assess validity (correct/incorrect/partial), present a structured summary with recommended actions, and optionally reply to each comment on GitHub. Use when given a PR review URL or when asked to check/analyze PR feedback.

How to install PR Review Analysis

git clone https://github.com/breaking-brake/cc-wf-studio
cd cc-wf-studio
mkdir -p ~/.claude/skills
cp -r .claude/skills/pr-review-analysis ~/.claude/skills/pr-review-analysis

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

Commands — how to trigger PR Review Analysis

  • /pr-review-analysis Fetches and verifies GitHub PR review comments against the actual codebase.

It also activates on plain-language prompts like these:

  • Check if this PR review feedback is actually valid
  • Analyze the review comments on this pull request
  • Reply to each PR comment with a fix status

Frequently asked questions

Is the PR Review Analysis skill free?
Yes. The skill itself is free from breaking-brake/cc-wf-studio. SkillProof publishes the install command and an independent test verdict at no cost.
Does PR Review Analysis work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 12, 2026. Verdict: Works with setup. Tested with an inline fabricated PR (auth.py timing-unsafe hash comparison plus utils.py helpers) carrying 4 review comments seeded to be 2 valid / 1 invalid / 1 partial; no real GitHub PR was touched. Install was clean (single-file SKILL.md, strict-YAML frontmatter, no missing references) and the skill's verify-each-comment-against-code framework was followed exactly. A/B: skill and base produced identical, fully-correct triage (Valid/Invalid/Valid/Partial) and both independently flagged the un-reviewed same-pattern bug in verify_admin_password, so the skill matched rather than beat the base on this task.
What is the PR Review Analysis SkillProof Score?
7.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 4/5.
How do I install PR Review Analysis?
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 PR Review Analysis 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.