review-pull-requests

review-pull-requests is a skill for Claude Code, Codex from evoelsewhere/evoflux. It costs 81 tokens per session (1,186 once invoked), scanned A, original, Apache-2.0.

A workflow for inspecting and managing a remote pull request or merge request, which is a proposed code change awaiting review.

In plain words
What is it for?
Use it to inspect changes, re-review updates, add requested review comments or decisions, follow checks, and—when explicitly requested—merge, close, or reopen the request.
Why use it?
It keeps review decisions tied to current commits, comments, checks, conflicts, and available actions instead of stale or invented information.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/evoelsewhere/evoflux/review-pull-requests
Any agent
npx skills add evoelsewhere/evoflux --skill review-pull-requests
Clone the repo
git clone --depth 1 https://github.com/evoelsewhere/evoflux

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 review-pull-requests

README.md
[![agentmods](https://agentmods.dev/badge/skills/evoelsewhere/evoflux/review-pull-requests.svg)](https://agentmods.dev/skills/evoelsewhere/evoflux/review-pull-requests)
Your own site
<a href="https://agentmods.dev/skills/evoelsewhere/evoflux/review-pull-requests"><img src="https://agentmods.dev/badge/skills/evoelsewhere/evoflux/review-pull-requests.svg" alt="Measured on agentmods" height="20"></a>
Per session 81 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00081 $0.01186
Opus 5 $0.00041 $0.00593
Sonnet 5 $0.00016 $0.00237
Haiku 4.5 $0.00008 $0.00119

Measured 3d ago against content hash 1955b93b2362, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

review-pull-requests 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 3d 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.

app/agent/builtin_skills/review-pull-requests/SKILL.md · 122 lines

How it starts

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

Review a pull request or merge request

Treat normalized remote review state as authoritative for commits, changes, comments, inline positions, approvals, checks, conflicts, capabilities, and supported actions. Do not load bundled references when this skill activates.

Non-negotiable boundaries

  • Use EvoFlux *_code_review* tools; do not use provider CLIs or raw HTTP.
  • Use saved credentials; never request, print, or pass tokens.
  • Never invent repository selectors, IDs, SHAs, paths, lines, reviewers, capabilities, or merge methods.
  • “Review this PR” is read-only inspection unless the user explicitly requests a remote comment, decision, metadata change, merge, close, or reopen.
  • Refresh before every position-sensitive or state-changing action and after every mutation. Never act on stale commit or capability state.

State machine

1. RESOLVE

Resolve the exact repository and PR/MR. A workspace scopes one repository; a project may contain several. List current reviews when the number is ambiguous or when the user asks across the project. Do not assume review numbers are globally unique.

Load only list_code_reviews and get_code_review initially. Do not preload mutation tools. Call get_code_review and record the current source/head commit plus live capabilities.

2. SELECT MODE

Choose the least-mutating mode that satisfies the request:

  • Inspect: analyze and report only.
  • Comment: publish only requested feedback.
  • Decision: submit approve, request-changes, or comment after fresh gates.
  • Lifecycle: update metadata, merge, close, or reopen only when explicit.

Read references/review-playbook.md only for a non-trivial review, re-review, or merge-readiness decision. Do not load it for a one-field status lookup.

3. REVIEW

Establish the intended contract and build a risk map from changed entry points, public interfaces, data, migrations, permissions, concurrency, deployment, and cross-repository effects. Review high-risk surfaces first and validate each finding with a concrete trigger and impact.

Read the full file on GitHub · 122 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 122 lines · 81 tokens per session scan A 1955b93b2362

Subscribe to this mod's changes

review-pull-requests is a skill published in the GitHub repository evoelsewhere/evoflux (5 stars, last pushed 7d ago), licensed Apache-2.0. It adds 81 tokens to every session and 1,186 once invoked, about $0.0004 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.