review

review is a skill for Claude Code from ulises-jeremias/agent-toolkit. It costs 48 tokens per session (2,871 once invoked), scanned A, original, MIT.

A review guide for checking web accessibility against WCAG 2.2 AA, a commonly used standard for making websites usable by people with disabilities.

In plain words
What is it for?
Use it to review page structure, labels, alternative text, keyboard use, ARIA, forms, and other accessibility requirements with evidence and confidence.
Why use it?
It separates automated checks from browser-assisted checks and human judgment, so passing a scan is not mistaken for full compliance.

Skill for Claude Code

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

Part of the agent-toolkit-complete plugin — 116 skills shipped together

Good fit Use it to review page structure, labels, alternative text, keyboard use, ARIA, forms, and other accessibility requirements with evidence and confidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ulises-jeremias/agent-toolkit/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 ulises-jeremias/agent-toolkit --skill review
Clone the repo
git clone --depth 1 https://github.com/ulises-jeremias/agent-toolkit

Made for: Claude Code.

Or install agent-toolkit-complete, the plugin that ships this one along with the rest of its 116 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/ulises-jeremias/agent-toolkit/review/github.svg)](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/review)
Your own site
<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/review"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/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/ulises-jeremias/agent-toolkit/review"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,871 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00048 $0.02871
Opus 5 $0.00024 $0.01435
Sonnet 5 $0.00010 $0.00574
Haiku 4.5 $0.00005 $0.00287

Measured 5d ago against content hash 43313ce15d28, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, 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 5d 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.

plugins/agent-toolkit-complete/.github/skills/review/SKILL.md · 117 lines

How it starts

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

Accessibility Review (WCAG 2.2 AA)

Curated, composable accessibility review anchored to WCAG 2.2 AA (W3C TR https://www.w3.org/TR/WCAG22/). Use when the user asks for an accessibility audit, a11y review, WCAG check, or inclusive-design feedback.

Curated, not wholesale vendored: This skill distills WCAG 2.2 AA into actionable gates optimized for agent context — it does not vendor the entire mgifford/accessibility-skills prompt library. Upstream research decisions are recorded in references/research.md (ADOPT/REJECT per candidate). See also web-design-guidelines (WAI subset) and browser a11y tree via playwright-cli/chrome-devtools.

Do not claim full WCAG compliance from automated checks alone. Automated = ~30–40% of AA; browser-assisted + manual judgment is required. Every finding must declare its detection mode and confidence.

Modes — visible to agent

Mode What it catches How Confidence when passing
Automatically detectable Missing alt, missing label, invalid ARIA, duplicate id, heading skip, empty link/button, missing lang, form missing for/id, table missing headers Static analysis: axe/lighthouse via MegaLinter, playwright-cli snapshot a11y tree, ESLint jsx-a11y, validate-manifests style lint High for failure (if no alt, fail); Low for pass (absence of error ≠ compliant)
Browser-assisted Contrast ratio, focus visibility/order, keyboard trap, zoom/reflow at 200%/320px, touch target size, reduced-motion, dynamic status announcements, responsive a11y, focus management in SPAs Rendered evidence: playwright-cli screenshots at breakpoints/themes, chrome-devtools a11y tree + computed styles + performance + list_console_messages, take_screenshot at light/dark/high-contrast, keyboard trace Medium–High when rendered evidence captured; Low if text-only heuristic
Manual / human judgment required Meaningful alt text, heading meaning, landmark correctness, logical reading order, error message helpfulness, status message appropriateness, media alternatives quality, cognitive load, plain language, consistent navigation intent Human review + screenshot/video + screen-reader run (NVDA/JAWS/Narrator) + user testing High only after human screen-reader judgment; otherwise mark Not assessed — human judgment required with what would enable assessment

Read the full file on GitHub · 117 lines

Files

What ships with it

3 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.

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. 5d ago First seen · 117 lines · 48 tokens per session scan A 43313ce15d28

Subscribe to this mod's changes

review is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 48 tokens to every session and 2,871 once invoked, about $0.0002 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-09-04.

Related

Other skills, from other repositories

ui-ux-design

Create production-grade frontend interfaces with strong UX and visual craft. Use when building web components, pages, dashboards, forms, landing pages, modals, or any UI. Use when user says 'build a form', 'create a dashboard', 'design a component', 'make a landing page', or asks for UI/UX work. Use even when the user…

arvindand/agent-skills · 98 tokens

ui-styling

Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns…

duongductrong/cursor-kit · 90 tokens

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

duongductrong/cursor-kit · 43 tokens

aesthetic

Create aesthetically beautiful interfaces following proven design principles. Use when building UI/UX, analyzing designs from inspiration sites, generating design images with ai-multimodal, implementing visual hierarchy and color theory, adding micro-interactions, or creating design documentation. Includes workflows…

duongductrong/cursor-kit · 146 tokens

readable-measure

Set line length and measure for comfortable reading across type sizes and breakpoints. Use when tuning body text. Covers measure only — for the full size and weight scale, use typography-scale.

Owl-Listener/designer-skills · 44 tokens

animation-principles

Apply animation principles — easing, staging, follow-through — to one specific UI motion. Use when tuning how an animation feels. For product-wide duration and easing tokens use motion-system (design-systems); for a full interaction spec use micro-interaction-spec.

Owl-Listener/designer-skills · 59 tokens