dev-pr-review

dev-pr-review is a skill for Claude Code, Codex from BlueSkyXN/Codex-is-all-you-need. It costs 35 tokens per session (718 once invoked), scanned A, original, GPL-3.0.

A guide for reviewing code changes before they are merged, including a branch, pull request, local diff, or implementation plan. A pull request is a proposed set of changes for review.

In plain words
What is it for?
Use it to review changes for correctness, scope, readiness to merge, and consistency with the pull request details.
Why use it?
It helps compare the written request and review information with the actual code and delivery state.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to review changes for correctness, scope, readiness to merge, and consistency with the pull request details.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blueskyxn/codex-is-all-you-need/dev-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 BlueSkyXN/Codex-is-all-you-need --skill dev-pr-review
Clone the repo
git clone --depth 1 https://github.com/BlueSkyXN/Codex-is-all-you-need

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 dev-pr-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-pr-review/github.svg)](https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-pr-review)
Your own site
<a href="https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-pr-review"><img src="https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-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 dev-pr-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/blueskyxn/codex-is-all-you-need/dev-pr-review"><img src="https://agentmods.dev/badge/skills/blueskyxn/codex-is-all-you-need/dev-pr-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 718 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 unknown 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.00035 $0.00718
Opus 5 $0.00017 $0.00359
Sonnet 5 $0.00007 $0.00144
Haiku 4.5 $0.00003 $0.00072

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

Security

Grade A, and why

dev-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 11d 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.

examples/catalog/dev/skills/dev-pr-review/SKILL.md · 95 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 11d ago First seen · 95 lines · 35 tokens per session scan A 85e0cc9f3f0e

Subscribe to this mod's changes

dev-pr-review is a skill published in the GitHub repository BlueSkyXN/Codex-is-all-you-need (21 stars, last pushed 26d ago), licensed GPL-3.0. It adds 35 tokens to every session and 718 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

resolve-pr-comments

Evaluate, fix, answer, and reply to GitHub pull request review comments and conversation comments. Handles both change requests (fix or skip) and reviewer questions (explain using reasoning recalled from past Claude Code transcripts). Use when the user asks to "resolve PR comments", "fix review comments", "address PR…

tobihagemann/turbo · 95 tokens

fetch-pr-comments

Fetch and summarize review feedback and conversation from a GitHub PR (unresolved review threads, review bodies, and PR conversation comments) without making changes. Use when the user asks to "fetch PR comments", "show PR comments", "check PR for unresolved comments", "list review comments", "what comments are on the…

tobihagemann/turbo · 83 tokens

reply-to-pr-threads

Draft, confirm, and post replies to GitHub PR review threads. Handles per-category reply formatting, re-fetches thread resolution state so auto-resolved threads are skipped, and posts via GraphQL. Use when the user asks to "reply to PR threads", "post PR thread replies", or "draft PR reply messages".

tobihagemann/turbo · 71 tokens

reply-to-pr-conversation

Draft, confirm, and post a single conversational reply to GitHub PR conversation comments (issue comments). The reply addresses all tracked items in one natural-prose message. Use when the user asks to "reply to PR conversation", "post PR conversation replies", or "draft PR conversation messages".

tobihagemann/turbo · 64 tokens

pr-review-comments

Posts review findings from a JSON file as inline comments on a GitHub Pull Request, attaching each comment to its file and line. Use when you have a list/JSON of review findings (each with a file path, line number, and a message such as summary/failurescenario) and want them published on a PR as inline review…

giuseppe-trisciuoglio/developer-kit · 101 tokens

review-pr

Review a pull request by fetching PR comments, running a comprehensive code review, evaluating findings, and dispatching to implementation. Use when the user asks to "review PR", "review pull request", "review this PR", "check PR before merging", or "full PR review".

tobihagemann/turbo · 59 tokens