pr-summarizer

pr-summarizer is a skill for Claude Code, Codex from RudrenduPaul/evolveguard. It costs 19 tokens per session (79 once invoked), scanned A, original, MIT.

A tool that writes a short, plain-English summary of a pull request's changed files. A pull request is a proposed set of code changes for review.

In plain words
What is it for?
Use it to summarize a pull request's diff for a human reviewer.
Why use it?
It gives reviewers the context and reason for the changes before they read the complete code difference.

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/rudrendupaul/evolveguard/after
Any agent
npx skills add RudrenduPaul/evolveguard --skill after
Clone the repo
git clone --depth 1 https://github.com/RudrenduPaul/evolveguard

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-summarizer

README.md
[![agentmods](https://agentmods.dev/badge/skills/rudrendupaul/evolveguard/after.svg)](https://agentmods.dev/skills/rudrendupaul/evolveguard/after)
Your own site
<a href="https://agentmods.dev/skills/rudrendupaul/evolveguard/after"><img src="https://agentmods.dev/badge/skills/rudrendupaul/evolveguard/after.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 79 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.00019 $0.00079
Opus 5 $0.00010 $0.00039
Sonnet 5 $0.00004 $0.00016
Haiku 4.5 $0.00002 $0.00008

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

Security

Grade A, and why

pr-summarizer 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 4d 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.

fixtures/labeled-non-breaking-edits/case-01-wording-tweak/after/SKILL.md · 13 lines

What it actually says

PR Summarizer

Reads the changed files in a pull request and produces a short, plain-English summary of what changed and why -- so a human reviewer has context before opening the full diff.

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. 4d ago First seen · 13 lines · 19 tokens per session scan A 0cd7ec8c1d39

Subscribe to this mod's changes

pr-summarizer is a skill published in the GitHub repository RudrenduPaul/evolveguard (1 stars, last pushed 10d ago), licensed MIT. It adds 19 tokens to every session and 79 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

feature-spec

Creates a complete product feature specification with acceptance criteria, scope, dependencies, and risks. Delegates to the Prometeo (PM) agent.

davepoon/buildwithclaude · 32 tokens

gmgn-wallet-score

Score any wallet address across three angles — profitability (a real track-record score: is this trader actually good?), copy-tradeability (can YOU actually capture what it makes, plus a latency/slippage/gas backtest), and Dev reputation (if it's mostly a token launcher, how trustworthy are its launches) — plus…

GMGNAI/gmgn-skills · 0 tokens

gmgn-dev-score

Decide whether a token creator's NEXT launch is safe to buy. Scores a dev address 0-100 on two separate axes — CONDUCT (will he dump on you at open) and POWER (has he ever actually built anything big) — from his full launch history and every trade he made in his own coins, then returns a buy / don't-buy call with a…

GMGNAI/gmgn-skills · 529 tokens

decided-import

Reformat ONE existing document (a decision, requirement, design, roadmap, or prompt) into ONE valid RAC (requirements-as-code) artifact, with a mandatory human-review step before any file is written and decided validate as the deterministic close. Use when a user wants to add or import a single existing decision or…

asdecided/core · 98 tokens

orch

AI agent orchestrator — manage teams of AI agents that work on your codebase in parallel. Use when the user wants to: run multiple agents, coordinate AI work, deploy agent teams, manage tasks/goals/agents, check orchestrator status, or mentions 'orch', 'orchestry', 'agents team', 'agent orchestration'.

oxgeneral/ORCH · 71 tokens

continuous-llm-red-teaming-with-promptfoo

Wire Promptfoo and DeepTeam into CI/CD for automated regression red-teaming of LLM apps against OWASP LLM Top 10 and OWASP Agentic presets, failing the build when jailbreak or injection vulnerabilities regress.

adriannoes/awesome-agentic-ai · 56 tokens