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 skills add chrisallenlane/claude-swe-workflows --skill review-a11ygit clone --depth 1 https://github.com/chrisallenlane/claude-swe-workflowsWrote 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/chrisallenlane/claude-swe-workflows/review-a11y)<a href="https://agentmods.dev/skills/chrisallenlane/claude-swe-workflows/review-a11y"><img src="https://agentmods.dev/badge/skills/chrisallenlane/claude-swe-workflows/review-a11y/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.
<a href="https://agentmods.dev/skills/chrisallenlane/claude-swe-workflows/review-a11y"><img src="https://agentmods.dev/badge/skills/chrisallenlane/claude-swe-workflows/review-a11y.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00037 | $0.01152 |
| Opus 5 | $0.00018 | $0.00576 |
| Sonnet 5 | $0.00007 | $0.00230 |
| Haiku 4.5 | $0.00004 | $0.00115 |
Grade A, and why
review-a11y 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.
How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Accessibility Review - WCAG Conformance Audit
Advisory-only accessibility audit. Dispatches a QA - Web A11y Reviewer agent to evaluate web content against WCAG 2.2 Level AA, prioritize issues by real-world user impact, and recommend fixes. No changes are made.
Philosophy
Impact over compliance. A missing form label that blocks screen reader users is more important than a redundant ARIA role that harms nobody. The audit prioritizes barriers that prevent or degrade access for people with disabilities.
Diagnostic, not therapeutic. This skill identifies accessibility barriers and recommends fixes. It does not implement them. Ask for changes directly after reviewing the findings, or use /implement with the audit as context.
Workflow Overview
┌──────────────────────────────────────────────────────┐
│ ACCESSIBILITY REVIEW │
├──────────────────────────────────────────────────────┤
│ 1. Detect web content │
│ 2. Determine scope │
│ 3. Dispatch accessibility auditor │
│ 4. Present audit report │
└──────────────────────────────────────────────────────┘
Workflow Details
1. Detect Web Content
Scan the project for web content files:
| Extensions | Content type |
|---|---|
.html, .htm |
HTML documents |
.jsx, .tsx |
React/JSX components |
.vue |
Vue components |
.svelte |
Svelte components |
.css, .scss, .less |
Stylesheets |
.ejs, .hbs, .pug, .njk |
HTML templates |
Exclude: node_modules/, vendor/, dist/, build/, .git/, and other generated/vendored directories.
If no web content is found: Report "No web content detected in this project. Accessibility audits apply to projects with HTML, CSS, or UI component files." and abort.
What ships with it
1 file 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.
- 12d ago First seen · 143 lines · 37 tokens per session scan A 289a4eb6ff02
review-a11y is a skill published in the GitHub repository chrisallenlane/claude-swe-workflows (18 stars, last pushed 3mo ago), licensed MIT. It adds 37 tokens to every session and 1,152 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-08-30.
Other skills, from other repositories
afc:release-notes
Generate release notes from git history.
afc:clean
Pipeline artifact cleanup and codebase hygiene.
afc:consult
Expert consultation — backend, infra, PM, design, marketing, legal, or tech guidance.
afc:init
Project initial setup and tech stack detection.
afc:issue
Analyze GitHub issue — investigate bug reports, understand requirements, inspect issues.
afc:launch
Generate release artifacts — version bump, changelog, release tags.