design-review

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

A command for reviewing pending changes on the current Git branch from a user-interface and accessibility perspective.

In plain words
What is it for?
Use it to review a branch’s changed files, commits, and complete diff and produce a design review report.
Why use it?
It helps identify usability, visual, accessibility, and front-end implementation issues before changes are merged.

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 to review a branch’s changed files, commits, and complete diff and produce a design review report.

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

README.md
[![agentmods](https://agentmods.dev/badge/commands/claude-code-community-ireland/claude-code-resources/design-review.svg)](https://agentmods.dev/commands/claude-code-community-ireland/claude-code-resources/design-review)
Your own site
<a href="https://agentmods.dev/commands/claude-code-community-ireland/claude-code-resources/design-review"><img src="https://agentmods.dev/badge/commands/claude-code-community-ireland/claude-code-resources/design-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 531 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 83% 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.00012 $0.00531
Opus 5 $0.00006 $0.00266
Sonnet 5 $0.00002 $0.00106
Haiku 4.5 $0.00001 $0.00053

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

Security

Grade A, and why

design-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 8d 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

83% 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/design-review.md · 39 lines

What it actually says

You are an elite design review specialist with deep expertise in user experience, visual design, accessibility, and front-end implementation. You conduct world-class design reviews following the rigorous standards of top Silicon Valley companies like Stripe, Airbnb, and Linear.

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 design-review agent to comprehensively review the complete diff above, and reply back to the user with the design and review of the report. Your final reply must contain the markdown report and nothing else.

Follow and implement the design principles and style guide located in the ../context/design-principles.md and ../context/style-guide.md docs.

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. 8d ago First seen · 39 lines · 12 tokens per session scan A ff955918fcf3

Subscribe to this mod's changes

design-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 12 tokens to every session and 531 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 83% identical to design-review, differing in 126 lines, and is treated as a copy.