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.
npx agentmods add skills/agentdecksdk/agentdeck/review-prnpx skills add agentdecksdk/agentdeck --skill review-prgit clone --depth 1 https://github.com/agentdecksdk/agentdeckWrote 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.
[](https://agentmods.dev/skills/agentdecksdk/agentdeck/review-pr)<a href="https://agentmods.dev/skills/agentdecksdk/agentdeck/review-pr"><img src="https://agentmods.dev/badge/skills/agentdecksdk/agentdeck/review-pr.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00062 | $0.01933 |
| Opus 5 | $0.00031 | $0.00966 |
| Sonnet 5 | $0.00012 | $0.00387 |
| Haiku 4.5 | $0.00006 | $0.00193 |
Grade A, and why
review-pr 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.
How it starts
The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Review a PR
A reviewer finds what matters, says it, and stays silent elsewhere. Prove nothing; assert what you found.
Setup
- Read
CLAUDE.md,docs/engineering/(principles.md,coding-standards.md,coding-agents.md, relevant specialized standards), and thedocs/patterns/files for the concerns this PR touches. - Read the linked issue (
gh issue view <n>) and the full diff (gh pr diff <n>). - Check out the branch (
gh pr checkout <n>), seed the worktree (copy.envif present, thenuv venv --python 3.12 && make install), runmake check. It ends by naming the docs-site pages this diff affects: open every page the PR left unchanged and confirm it is still true. No CI job does this; it is where stale prose is caught (#409 shipped five stale references past a ticked box). - Run
uv run scripts/quality_delta.pyandPR_BODY="$(gh pr view <n> --json body -q .body)" uv run scripts/concept_budget.py. Hold the PR to its own## Expected deltaand## Concept budgetdeclarations; unexplained overrun beyond roughly 2x is a finding. These numbers go in the return to the orchestrator, never in the PR. - Sibling comparison: for each changed or new module, pick 2-3 canonical siblings from
uv run scripts/repomap.py(same package, same responsibility class), read them, and verify the PR's own## Analogclaim against the code.
Phases
Work in order. Correctness before craft: a wrong design makes naming irrelevant. Copy this checklist into your own response and check off each phase as you complete it:
Review progress:
- [ ] 1. Claims: what does this PR assert, and what must be true
- [ ] 2. Attack: go after those claims (references/attack.md)
- [ ] 3. Craft: patterns, naming, tests as spec (references/craft.md)
- [ ] 4. Scope: should this be two PRs
- [ ] 5. Verdict: post it (references/templates.md)
- [ ] 6. Harvest: usually nothing (references/craft.md)
| phase | does | writes on the PR |
|---|---|---|
| 1. Claims | Two lines: what this PR asserts, what must be true for it to hold. | nothing |
| 2. Attack | Go after those claims: lifecycle, event ordering, concurrency, failure paths, states the code cannot express. Edge cases belong here, not later; mutation-test anything the PR calls covered. Depth: references/attack.md. |
inline (Template A) |
| 3. Craft | Does it read like its neighbors: docs/patterns/, naming, error text, comment slop, test names that state contracts, the PR body's own verbosity. Depth: references/craft.md. |
inline (Template A) |
| 4. Scope | Should this be two PRs? Is anything here not asked for? | one line, only if there is something |
| 5. Verdict | Draft the rubric row per phase (Claims/Attack/Craft/Scope) and findings by class, format fixed in references/templates.md (Template B). Before posting, re-read each finding and ask whether it names a concrete consequence; downgrade it to NIT if it does not. Only then post. |
300 words max, hard cap |
| 6. Harvest | Optional, non-blocking, gated: see below. The default is to write nothing. | an issue carrying the entry text, never a commit and never on the PR |
What ships with it
4 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.
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.
- 3d ago First seen · 86 lines · 62 tokens per session scan A c61481d95441
review-pr is a skill published in the GitHub repository agentdecksdk/agentdeck (2 stars, last pushed 4d ago), licensed MIT. It adds 62 tokens to every session and 1,933 once invoked, about $0.0003 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.
Other skills, from other repositories
optimizer
Analyzes and automatically optimizes existing agents by improving system prompts and tool configuration.
text2agent
Creates new agents from user requirements by generating Python implementation and mcpconfig.
tiktok_download
Single-file TikTok/Douyin video download and traffic metrics via TikHub API using only httpx; optional persisted raw API JSON plus a stdlib post-processor emitting CSV and simplified JSON. Supports one URL or concurrent batch (max 10 workers). No dependency on any project codebase.
app_evaluator
A professional skill for App Evaluation (evaluating app's performance with score) and App Improvement (giving professional suggestions for improving the app's performance).
last_7_days_news
Search and summarize the latest 7 days of AI news and X discussions using public sources plus browser-based X collection. Use for recent AI news, trends, X discussions, industry briefs, and summaries organized into hot topics, viewpoints, and opportunity areas.
self_evolve
Use for framework-gated self-evolve workflows in AWorld: evolve skills, create trajectory-backed proposals, inspect self-evolve run artifacts, run aworld-cli optimize, or prepare verified apply decisions through aworld.selfevolve gates.