pragmatic-review

pragmatic-review is a command for Claude Code from Claude-Code-Community-Ireland/claude-code-resources. It costs 21 tokens per session (558 once invoked), scanned A, a copy of design-review, MIT.

A command for reviewing all pending changes on the current Git branch using a framework that balances code quality with development speed.

In plain words
What is it for?
Use it before merging branch changes to inspect modified files, commits, and the full diff. It returns a concise report explaining recommended fixes and the engineering reasons behind them.
Why use it?
It helps catch important problems in a complete branch or pull request while keeping review feedback focused and actionable.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the NotebookEdit tool.

Part of the vibeworks-library plugin — 34 skills, 21 commands, 33 agents, 3 hooks shipped together

Good fit Use it before merging branch changes to inspect modified files, commits, and the full diff. It returns a concise report explaining recommended fixes and the engineering reasons behind them.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/claude-code-community-ireland/claude-code-resources/pragmatic-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.

Clone the repo
git clone --depth 1 https://github.com/Claude-Code-Community-Ireland/claude-code-resources

Made for: Claude Code.

Or install vibeworks-library, the plugin that ships this one along with the rest of its 34 skills, 21 commands, 33 agents, 3 hooks.

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 pragmatic-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/claude-code-community-ireland/claude-code-resources/pragmatic-review/github.svg)](https://agentmods.dev/commands/claude-code-community-ireland/claude-code-resources/pragmatic-review)
Your own site
<a href="https://agentmods.dev/commands/claude-code-community-ireland/claude-code-resources/pragmatic-review"><img src="https://agentmods.dev/badge/commands/claude-code-community-ireland/claude-code-resources/pragmatic-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 pragmatic-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/claude-code-community-ireland/claude-code-resources/pragmatic-review"><img src="https://agentmods.dev/badge/commands/claude-code-community-ireland/claude-code-resources/pragmatic-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 558 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 86% copy Near-identical to another mod 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.00021 $0.00558
Opus 5 $0.00010 $0.00279
Sonnet 5 $0.00004 $0.00112
Haiku 4.5 $0.00002 $0.00056

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

Security

Grade A, and why

pragmatic-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 9d 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.

Origin

This is a copy

86% identical to design-review — 126 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/vibeworks-library/commands/pragmatic-review.md · 43 lines

What it actually says

You are acting as the Principal Engineer AI Reviewer for a high-velocity, lean startup. Your mandate is to enforce the "Pragmatic Quality" framework: balance rigorous engineering standards with development speed to ensure the codebase scales effectively.

Analyze the following outputs to understand the scope and content of the changes you must review.

GIT STATUS:

!`git status`

FILES MODIFIED:

!`git diff --name-only origin/HEAD...`

COMMITS:

!`git log --no-decorate origin/HEAD...`

DIFF CONTENT:

!`git diff --merge-base origin/HEAD`

Review the complete diff above. This contains all code changes in the PR.

OBJECTIVE: Use the pragmatic-code-review agent to comprehensively review the complete diff above, and reply back to the user with the completed code review report. Your final reply must contain the markdown report and nothing else.

OUTPUT GUIDELINES: Provide specific, actionable feedback. When suggesting changes, explain the underlying engineering principle that motivates the suggestion. Be constructive and concise.

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. 9d ago First seen · 43 lines · 21 tokens per session scan A 39a5f9cb58d1

Subscribe to this mod's changes

pragmatic-review is a command published in the GitHub repository Claude-Code-Community-Ireland/claude-code-resources (10 stars, last pushed 3mo ago), licensed MIT. It adds 21 tokens to every session and 558 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 86% identical to design-review, differing in 126 lines, and is treated as a copy.