πŸ“
WritingPython

PR Writing Review

by evalstate

PR Writing Review is a Writing skill for Claude Code, published by evalstate in fast-agent.

3.9K stars434 forkson evalstate/fast-agentAdded 2026/08/16Repository updated 2026/08/14
a2aacpagentagent-frameworkagent-skillsclimcpmcp-clientmcp-serverpythonskillstui
Install in seconds
Install PR Writing Review
Copy PR Writing Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/evalstate/fast-agent/tree/main/examples/hf-toad-cards/skills/pr-writing-review ~/.claude/skills/pr-writing-review

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/evalstate/fast-agent.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
examples/hf-toad-cards/skills/pr-writing-review/SKILL.md in evalstate/fast-agent
Installs to
~/.claude/skills/pr-writing-review
Collection
One of 2 skills cataloged from this repository
Category
Writing β€” 1012 skills

What PR Writing Review does

PR Writing Review extracts and analyzes writing improvements from GitHub pull request review comments. Use when asked to show review feedback, style changes, or editorial improvements from a pull request URL.

PR Writing Review is cataloged under Writing on DirSkills. PR Writing Review comes from a repository tagged a2a, acp, agent, agent-framework and agent-skills.

Documentation

README

PR Writing Review

Extract editorial feedback from GitHub PRs to learn from review improvements.

Prerequisites

  • GitHub CLI: gh installed
  • Authenticated gh session: gh auth status should show you’re logged in
    • For private repos, your token needs appropriate scopes (typically repo).
  • Python: 3.12+
  • uv (recommended): https://github.com/astral-sh/uv

Division of Labor

Tool Responsibility
Python script API calls, parsing, file tracking across renames, structured extraction
LLM analysis Pattern recognition, paragraph comparison, style lesson synthesis

This is the opening of the README. Read the full README on GitHub.

Frequently asked about PR Writing Review

  • What else does evalstate publish alongside PR Writing Review?

    PR Writing Review is one of 2 skills that DirSkills catalogs from evalstate/fast-agent, the repository it ships in. Its siblings there include Session Investigator. Each one is a separate skill with its own page in this directory, installs the same way PR Writing Review does, and is maintained by evalstate in that same repository. The rest of the collection is listed on the evalstate/fast-agent page.

  • How does PR Writing Review compare to other Writing skills?

    PR Writing Review ranks #169 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of PR Writing Review against them. Open each page to compare what they document and how they install.