pr-review

pr-review is a skill for Claude Code, Codex from saidsef/mcp-github-pr-issue-analyser. It costs 16 tokens per session (1,411 once invoked), scanned A, original, Apache-2.0.

A GitHub pull-request review workflow. A pull request is a proposed code change that teammates inspect before it is merged into a repository.

In plain words
What is it for?
Use it to analyse a pull request, add inline or general comments, reply to review threads, and approve, comment on, or request changes.
Why use it?
It helps reviewers give feedback on exact lines and record a clear decision without repeating comments already made.

Skill for Claude CodeCodex

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

Good fit Use it to analyse a pull request, add inline or general comments, reply to review threads, and approve, comment on, or request changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saidsef/mcp-github-pr-issue-analyser/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 saidsef/mcp-github-pr-issue-analyser --skill pr-review
Clone the repo
git clone --depth 1 https://github.com/saidsef/mcp-github-pr-issue-analyser

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/saidsef/mcp-github-pr-issue-analyser/pr-review/github.svg)](https://agentmods.dev/skills/saidsef/mcp-github-pr-issue-analyser/pr-review)
Your own site
<a href="https://agentmods.dev/skills/saidsef/mcp-github-pr-issue-analyser/pr-review"><img src="https://agentmods.dev/badge/skills/saidsef/mcp-github-pr-issue-analyser/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/saidsef/mcp-github-pr-issue-analyser/pr-review"><img src="https://agentmods.dev/badge/skills/saidsef/mcp-github-pr-issue-analyser/pr-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,411 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.00016 $0.01411
Opus 5 $0.00008 $0.00705
Sonnet 5 $0.00003 $0.00282
Haiku 4.5 $0.00002 $0.00141

Measured 9d ago against content hash 1af0fea06e5e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, 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 9d 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.

src/mcp_github/skills/pr-review/SKILL.md · 132 lines

How it starts

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

PR Review

Post targeted inline comments on specific lines, then submit a review decision of approve, request changes, or comment.

Prerequisites

  • Read the pr-analysis skill first and analyse the PR before reviewing it
  • repo_owner, repo_name and pr_number for the target PR
  • GitHub token with repo write access

Workflow

  1. Analyse the PR - follow the pr-analysis skill to read the diff, metadata and CI status
  2. Read what is already there - call list_pr_comments with kind="inline" so a second review does not repeat the first
  3. Post inline comments - call add_inline_pr_comment once per line needing feedback
  4. Post a general comment - optionally call add_pr_comments for remarks not tied to a line
  5. Submit the decision - call update_reviews with APPROVE, REQUEST_CHANGES or COMMENT

Correcting a comment

  1. Call list_pr_comments to find the comment and its id
  2. Call update_pr_comment with that id and the same kind the listing used
  3. Reply on a thread with reply_to_review_comment rather than opening a new one

Tool Parameters

add_inline_pr_comment

Parameter Type Description
repo_owner str GitHub organisation or username
repo_name str Repository name
pr_number int Pull request number
path str File path relative to repo root, e.g. src/mcp_github/auth.py
line int Line number in the new file, the right side of the diff
comment_body str Markdown comment text

Returns CommentData with id, body, author, html_url, created_at.

The line must fall inside the diff hunks of the PR. GitHub rejects a comment on an unchanged line outside any hunk, and on a path not present in the diff.

add_pr_comments

Parameter Type Description
repo_owner str GitHub organisation or username
repo_name str Repository name
pr_number int Pull request number
comment str Markdown comment text for the PR conversation thread

Read the full file on GitHub · 132 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. 9d ago First seen · 132 lines · 16 tokens per session scan A 1af0fea06e5e

Subscribe to this mod's changes

pr-review is a skill published in the GitHub repository saidsef/mcp-github-pr-issue-analyser (6 stars, last pushed 2d ago), licensed Apache-2.0. It adds 16 tokens to every session and 1,411 once invoked, about $0.0001 per session on Opus 5. 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

atelier

Two-agent post-generation quality gate for vibe-coded applications. Deterministic, gradeable ruleset enforcing UI/UX design-system craft and backend architectural soundness.

anshrajore/atelier-mcp · 34 tokens

wcode

Use the wcode plugin and its MCP tools for repository coding, review, debugging, refactoring, architecture, Graph/Design inspection, safe edits, command execution, and verification. Trigger whenever wcode is installed or named, even when its tools are lazily registered or omitted from the host's initial tool list.

francis-du/wcode · 66 tokens

red-blue-review

An optional adversarial review process for requirement analyses. One agent produces the analysis, while an independent reviewer checks its report, database definitions, alignment records, and requirements for missed issues.

baixinghao/intent-gate · 111 tokens

mcp-dino

Skill "mcp-dino" from shennawardana23/mcp-dino, covering skill.md — dino-mcp development skills, skill: build & run, quick build (go only, uses existing ui), full build (vite ui + go) and run in dev mode (verbose).

shennawardana23/mcp-dino · 0 tokens

github-pr-workflow

Prepare a GitHub pull request from a feature branch — branch hygiene, commit shape, title/body, verification notes, screenshots for UI work, and replies to review comments.

paperclipai/paperclip · 39 tokens

amazon aurora dsql

Deprecated compatibility redirect for Aurora DSQL guidance. Use when a request concerns DSQL, Aurora DSQL, distributed SQL, DSQL schemas, migrations, queries, authentication, performance, or application development.

awslabs/mcp · 46 tokens