PR Writing Review

Extracts before/after writing fixes and style lessons from GitHub PR review comments.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 10, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 18, 2026 · 295d544

Against a real merged PR, its extraction script pulled 21 suggestion blocks and correctly tracked the target file through 3 renames; a raw API call returned the same comments flat and unstructured.

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 9/10
  • Docs & honesty 5/5

What PR Writing Review does

Runs a bundled Python script (via gh CLI) to pull explicit suggestion blocks and plain-text reviewer feedback from a GitHub PR, tracing files through renames to compare first-draft vs final-version prose. Triggers on requests to see review feedback, editorial changes, or writing lessons from a PR URL; does not cover code-quality review or drafting new PR descriptions.

How to install PR Writing Review

git clone https://github.com/evalstate/fast-agent
cd fast-agent
mkdir -p ~/.claude/skills
cp -r examples/hf-toad-cards/skills/pr-writing-review ~/.claude/skills/pr-writing-review

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

Commands — how to trigger PR Writing Review

  • /pr-writing-review Extracts before/after writing fixes and style lessons from GitHub PR review comments.

It also activates on plain-language prompts like these:

  • Pull the writing feedback and edits from this GitHub PR
  • Show me before/after prose changes reviewers made on this PR
  • Extract editorial lessons from the review comments on PR #482

Frequently asked questions

Is the PR Writing Review skill free?
Yes. The skill itself is free from evalstate/fast-agent. SkillProof publishes the install command and an independent test verdict at no cost.
Does PR Writing Review work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Tested · Works. Against a real merged PR, its extraction script pulled 21 suggestion blocks and correctly tracked the target file through 3 renames; a raw API call returned the same comments flat and unstructured.
What is the PR Writing Review SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install PR Writing Review?
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 Writing Review 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.