quick-pr-review

quick-pr-review is a skill for Claude Code from tomzx/agents. It costs 31 tokens per session (5,070 once invoked), scanned A, original, MIT.

A GitHub pull-request review helper that checks the latest code changes and prepares an approval decision.

In plain words
What is it for?
Use it to inspect an open pull request, update its review comment, and approve it when no significant problems are found.
Why use it?
It reduces the time needed to review routine changes while still stopping on major risks or breaking changes to a public interface.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: positional $N argument.

Good fit Use it to inspect an open pull request, update its review comment, and approve it when no significant problems are found.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tomzx/agents/quick-pr-review
View source ↗ tomzx/agents
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 tomzx/agents --skill quick-pr-review
Clone the repo
git clone --depth 1 https://github.com/tomzx/agents

Made for: Claude Code.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/tomzx/agents/quick-pr-review"><img src="https://agentmods.dev/badge/skills/tomzx/agents/quick-pr-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,070 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 7 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Prompt Injection · line 35
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • high Prompt Injection · line 201
    Hidden instructions were detected in comments or invisible text. These could contain malicious directives. Manual review is recommended.
    Fix: Audit all comments and invisible characters. Remove any instructions that direct the agent to perform unauthorized actions. Use plain, reviewable content.
  • medium Agent Snooping · line 90
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Agent Snooping · line 319
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
  • medium Rogue Agent · line 327
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Rogue Agent · line 336
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
  • medium Excessive Agency · line 465
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00031 $0.05070
Opus 5 $0.00015 $0.02535
Sonnet 5 $0.00006 $0.01014
Haiku 4.5 $0.00003 $0.00507

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

Security

Grade A, and why

quick-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 6d 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.

skills/quick-pr-review/SKILL.md · 504 lines

How it starts

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

Quick PR Review

Rapidly reviews a GitHub pull request and prepares an approval decision to unblock others. Creates or updates a single review comment per PR, keyed to the latest commit. Approves automatically unless there are significant risks or significant public interface changes (removals, breaking changes, or substantial new API surface). Whether the review comment is posted to GitHub (and the PR approved) is decided by should-post-to-github (based on ~/.sdlc/config.yaml); when posting is disabled the comment is composed and saved locally without posting or approving.

Prerequisites

  • gh CLI authenticated with write access to the target repository
  • $1: repository in owner/repo format
  • $2: PR number identifying an open pull request

Workflow

Fetch PR metadata + latest commit SHA
              |
              v
     Load author trust profile
     (neutral if not found)
              |
       always_reject?
        /          \
      Yes            No
       |              |
     Skip           Find existing review comment
     (report        (<!-- quick-pr-review: marker)
      to user)               |
                       Same commit?
                        /         \
                       Yes           No (new or updated)
                       |                    |
                     No-op            Run checks
                                     (cautious = stricter)
                                          |
                               Checks pending? --Yes--> wait + re-check
                                          |              (up to 10x)
                                          No
                                          |
                               Any blocking failures?
                                  /           \
                                Yes             No
                                 |               |
                           Post/update    Manual-approval org
                           comment only   (Shopify/shop)?
                                            /         \
                                          Yes          No
                                           |            |
                                    Post/update      Approve +
                                    comment only,    post/update
                                    alert user       comment
                                           \            /
                                            \          /
                                        Update trust profile

Read the full file on GitHub · 504 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. 6d ago First seen · 504 lines · 31 tokens per session scan A e33d2f1cfe93

Subscribe to this mod's changes

quick-pr-review is a skill published in the GitHub repository tomzx/agents (6 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 5,070 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-09-03.