Agent skill · Code Review & Quality

pr-report

Review a pull request or contribution deeply, explain it tutorial-style for a maintainer, and produce a polished report artifact such as HTML or Markdown. Use when asked to analyze a PR, explain a contributor's design decisions, compare it with similar systems, or prepare a merge recommendation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill pr-report --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/pr-report/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# PR Report Skill Produce a maintainer-grade review of a PR, branch, or large contribution. Default posture: - understand the change before judging it - explain the system as built, not just the diff - separate architectural problems from product-scope objections - make a concrete recommendation, not a vague impression ## When to Use Use this skill when the user asks for things like: - "review this PR deeply" - "explain this contribution to me" - "make me a report or webpage for this PR" - "compare this design to similar systems" - "should I merge this?" ## Outputs Common outputs: - standalone HTML report in `tmp/reports/...` - Markdown report in `report/` or another requested folder - short maintainer summary in chat If the user asks for a webpage, build a polished standalone HTML artifact with clear sections and readable visual hierarchy. Resources bundled with this skill: - `references/style-guide.md` for visual direction and report presentation rules - `assets/html-report-starter.html` for a reusable standalone HTML/CSS starter ## Workflow ### 1. Acquire and frame the target Work from local code when possible, not just the GitHub PR page. Gather: - target branch or worktree - d

What's inside
Steps it walks through
  1. When to Use
  2. Outputs
  3. Workflow
  4. 1. Acquire and frame the target
  5. 2. Build a mental model of the system
  6. 3. Review like a maintainer
  7. 4. Distinguish the objection type
  8. 5. Compare to external precedents when needed
  9. 6. Make the recommendation actionable
  10. 7. Build the artifact
  11. 8. Verify before handoff
  12. Review Heuristics
  13. Plugin and platform work
  14. Good signs
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the pr-report skill do?

Review a pull request or contribution deeply, explain it tutorial-style for a maintainer, and produce a polished report artifact such as HTML or Markdown. Use when asked to analyze a PR, explain a contributor's design decisions, compare it with similar systems, or prepare a merge recommendation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill pr-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going