andrem-sec

A11y Review — Security skill for Claude Code

Security community

Accessibility audit against WCAG 2.1 AA — contrast, keyboard navigation, ARIA, focus management, screen reader text.

How to install A11y Review

Installs to ~/.claude/commands/andrem-sec-psc-comet-a11y-review.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/andrem-sec/psc-comet/HEAD/.claude/commands/a11y-review.md -o ~/.claude/commands/andrem-sec-psc-comet-a11y-review.md

Restart Claude Code, or start a new session, for it to be picked up.

What A11y Review does


name: a11y-review description: Accessibility audit against WCAG 2.1 AA — contrast, keyboard navigation, ARIA, focus management, screen reader text

Invoke the a11y-reviewer agent in a fresh context now. Scope: the specified component or page files. Audit for: (1) color contrast ratios (4.5:1 normal text, 3:1 large text and UI components), (2) keyboard accessibility — every interactive element reachable and operable by keyboard, (3) ARIA roles and attributes — correct role for each compon

Alternatives in Security

  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★
  • Azure Key Vault .net — Cryptographic key management 1.8k ★
  • MCP Security Checklist (SlowMist) — Comprehensive checklist: input validation, rate limiting, RBAC, credential management, container hardening 819 ★

Full documentation available on GitHub

View Source Repository