pr-review

pr-review is a skill for Claude Code, Codex from mizukaizen/hive-doctrine-mcp. It costs 0 tokens per session (521 once invoked), scanned A, original, MIT.

A structured checklist for reviewing a pull request, which is a proposed set of code changes awaiting review. It covers correctness, tests, breaking changes, and documentation.

In plain words
What is it for?
Use it when reviewing a pull request, when a new one is opened, or with a reviewer agent. It helps assess the change’s purpose, code diff, test coverage, compatibility risks, and documentation.
Why use it?
It helps reviewers inspect every changed file and catch missing edge-case handling, unsafe changes to public interfaces, inadequate tests, or incomplete release notes. It also flags unusually large changes for possible splitting.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when reviewing a pull request, when a new one is opened, or with a reviewer agent. It helps assess the change’s purpose, code diff, test coverage, compatibility risks, and documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mizukaizen/hive-doctrine-mcp/pr-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add mizukaizen/hive-doctrine-mcp --skill pr-review
Clone the repo
git clone --depth 1 https://github.com/mizukaizen/hive-doctrine-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pr-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/pr-review/github.svg)](https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/pr-review)
Your own site
<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/pr-review"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/pr-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pr-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/mizukaizen/hive-doctrine-mcp/pr-review"><img src="https://agentmods.dev/badge/skills/mizukaizen/hive-doctrine-mcp/pr-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 521 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00521
Opus 5 $0.00000 $0.00260
Sonnet 5 $0.00000 $0.00104
Haiku 4.5 $0.00000 $0.00052

Measured 12d ago against content hash a624595f5e84, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pr-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

gated-products/honey/claude-packages/HD-4003-oss-maintainer/skills/pr-review/SKILL.md · 84 lines

How it starts

The opening of the file, as written. The whole thing — 84 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: Pull Request Review

Use when reviewing a pull request. Provides a structured review process that checks code quality, test coverage, breaking changes, and documentation completeness.

Trigger

Invoke this skill when the user asks to review a PR, when a new PR is opened, or when using the reviewer agent.

Process

1. Understand the PR

  • Read the PR description and linked issue
  • Understand the intent: What problem does this solve?
  • Check the size: If over 500 changed lines, recommend splitting

2. Review the Diff

Go through every changed file. For each file, check:

Correctness:

  • Does the logic correctly solve the stated problem?
  • Are edge cases handled (null, empty, boundary values)?
  • Are concurrent access patterns safe?

Breaking Changes:

  • Any public API signature changes?
  • Any removed or renamed exports?
  • Any changed default values or behaviour?
  • Any modified configuration format?

If breaking changes are found, verify:

  • The PR title or description acknowledges the breaking change
  • A migration path is documented
  • The version will be bumped appropriately (major)

Test Coverage:

  • New features have corresponding tests
  • Bug fixes include a regression test
  • Tests actually assert meaningful behaviour (not just "does not throw")

Documentation:

  • Public API changes reflected in docs
  • README updated if user-facing behaviour changed
  • Inline comments for non-obvious logic

3. Write the Review

## Review Summary

**PR:** #[number] — [title]
**Verdict:** Approve / Request Changes / Comment

### Breaking Changes
[List or "None detected"]

### Must Fix
- [ ] [File:line] — [Issue description and suggestion]

### Should Fix
- [ ] [File:line] — [Issue description and suggestion]

### Nits
- [File:line] — [Optional improvement]

### Positives
- [What the contributor did well]

4. Apply the Review

If using GitHub CLI:

gh pr review [number] --approve
# or
gh pr review [number] --request-changes --body "Review comments..."

Read the full file on GitHub · 84 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 84 lines · 0 tokens per session scan A a624595f5e84

Subscribe to this mod's changes

pr-review is a skill published in the GitHub repository mizukaizen/hive-doctrine-mcp (0 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 521 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

java-best-practices

Java coding best practices. Use when writing or reviewing Java code (17+). Covers modern features, error handling, and patterns.

Taoidle/plan-cascade · 32 tokens

code-simplifier

Post-session code review and cleanup against a working tree of changes. Analyzes git diff to simplify, consolidate, and align changed code with the existing codebase — modernize syntax, remove unnecessary complexity, consolidate duplicated logic, catch efficiency issues. Use after a substantive working session, or…

cyanheads/shift-mcp-server · 124 tokens

issue

Use when starting a chain from a GitHub issue — turning an issue URL or number into a triaged, planned, dispatched, and reviewed pull request. Classifies the thread (bug → root-cause discipline, feature → plan chain, question → drafted reply), synthesizes a spec from the issue's own acceptance criteria, then runs the…

jeremylongshore/tons-of-skills-marketplace · 115 tokens

link-check

Verify @file references in AIWG skills and agents against the linking contract — per-file or corpus-wide, with optional auto-fix.

jmagly/aiwg · 29 tokens

thermo-nuclear-code-quality-review

Run an extremely strict maintainability review for abstraction quality, giant files, and spaghetti-condition growth. Use for a thermo-nuclear code quality review, thermonuclear review, deep code quality audit, or especially harsh maintainability review.

chrisdoc/hevy-mcp · 54 tokens

great_cto

Use when the CTO describes a feature, task, or project goal. Orchestrates the full SDLC pipeline automatically based on project type.

avelikiy/great_cto · 32 tokens