review

review is a skill for Claude Code from Owl-Listener/inclusive-design-skills. It costs 58 tokens per session (525 once invoked), scanned A, original, MIT.

A review of an existing feature to uncover accessibility choices that were made intentionally, inherited from tools, or left as defaults. It checks areas such as keyboard use, screen readers, colour contrast, errors, motion, and user preferences.

In plain words
What is it for?
Use it when taking over a product, joining a team, or auditing an existing feature. It helps document accessibility decisions and identify issues that need follow-up.
Why use it?
It reveals accessibility gaps and hidden tradeoffs before the reasoning behind them is forgotten. It also shows who a feature serves well and who it may exclude.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the accessibility-decisions plugin — 9 skills shipped together

Good fit Use it when taking over a product, joining a team, or auditing an existing feature. It helps document accessibility decisions and identify issues that need follow-up.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/owl-listener/inclusive-design-skills/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.

Any agent
npx skills add Owl-Listener/inclusive-design-skills --skill review
Clone the repo
git clone --depth 1 https://github.com/Owl-Listener/inclusive-design-skills

Made for: Claude Code.

Or install accessibility-decisions, the plugin that ships this one along with the rest of its 9 skills.

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 review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/owl-listener/inclusive-design-skills/review"><img src="https://agentmods.dev/badge/skills/owl-listener/inclusive-design-skills/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 525 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 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.00058 $0.00525
Opus 5 $0.00029 $0.00262
Sonnet 5 $0.00012 $0.00105
Haiku 4.5 $0.00006 $0.00052

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

Security

Grade A, and why

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 12d 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.

accessibility-decisions/skills/review/SKILL.md · 65 lines

How it starts

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

Review Accessibility Decisions

Surface the accessibility decisions that were made — deliberately or by default — in an existing feature, and document them before they get lost.

Process

Step 1: Identify Implicit Decisions

Walk through the feature and list every design choice that affects accessibility, even if nobody explicitly decided it:

  • How is keyboard navigation handled?
  • What happens with screen readers?
  • What colour and contrast choices were made?
  • How are errors communicated?
  • What motion and animation exists?
  • What user preferences are respected?

Many of these were never consciously decided — they were inherited from a framework, copied from another feature, or left at defaults. Those are still decisions. Document them.

Step 2: Assess Each Decision

For each identified decision, determine:

  • Was this intentional or accidental?
  • Does it meet current accessibility standards?
  • Who does it serve well? Who does it exclude?
  • Is there evidence behind it or was it arbitrary?

Step 3: Check for Undocumented Tradeoffs

Using tradeoff-analysis, identify decisions where accessibility was traded for something else:

  • Speed: "we didn't have time to make this keyboard accessible"
  • Complexity: "the accessible version was too hard to build"
  • Design: "the accessible version didn't look right"
  • Ignorance: "we didn't know this was an issue"

Document each with its current impact on users.

Step 4: Map Current Compliance

Using compliance-mapping, assess the feature's current state against WCAG 2.2 Level AA. Identify conformance gaps.

Step 5: Catalogue Debt

Using accessibility-debt-tracking, create a debt record for every known issue discovered in this review.

Output

Deliver a decision review report:

  1. Decision inventory — every accessibility-affecting decision found, marked as intentional or accidental
  2. Undocumented tradeoffs — decisions where accessibility was sacrificed, with current user impact
  3. Compliance gaps — WCAG criteria not currently met
  4. Debt register — known issues with severity, owner, and recommended timeline
  5. Recommendations — which decisions should be revisited first

Read the full file on GitHub · 65 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. 12d ago First seen · 65 lines · 58 tokens per session scan A 947c7a52276c

Subscribe to this mod's changes

review is a skill published in the GitHub repository Owl-Listener/inclusive-design-skills (98 stars, last pushed 3mo ago), licensed MIT. It adds 58 tokens to every session and 525 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-30.

Related

Other skills, from other repositories

accessibility-compliance-accessibility-audit

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance.

sickn33/agentic-awesome-skills · 40 tokens

ss-review

Review UI code for design system compliance, accessibility, and best practices.

bitjaru/styleseed · 16 tokens

ada-plan-view-accessibility

Use when checking simplified ADA-derived plan-view bathroom accessibility constraints such as turning space, door clear width, toilet centerline, grab bars, and lavatory knee/toe clearance.

benchflow-ai/skillsbench · 41 tokens

mqc-litigation-visual-redraw

Redraw a litigation diagram into a restrained, court-ready presentation graphic (SVG + PNG) WITHOUT changing any text or legal meaning. Use this whenever the user supplies a case timeline, a legal process flowchart, OR a party/relationship diagram and wants it cleaned up, beautified, redrawn, made professional…

MiaoQichuan/new-litigation-visualization · 257 tokens

kit-tipo

Define a tipografia do site como decisão — e, principalmente, resolve se dá para ENTREGAR. Confere licença (site de marca paga por tipo, e acervo montado a partir de site de marca vem cheio de fonte comercial que não se pode servir), propõe substituto livre com critério de desenho, monta o par display + corpo, gera a…

harebeats/cannonball · 199 tokens

form-accessibility

WCAG 2.2 AA compliance for forms, ARIA patterns, focus management, keyboard navigation, and screen reader support. Use when implementing accessible forms in any framework. The compliance foundation that ensures forms work for everyone.

Bbeierle12/Skill-MCP-Claude · 49 tokens