Help us improve
Share bugs, ideas, or general feedback.
From skill-chain
Run automated WCAG 2.1 AA accessibility audits using axe-core via Playwright. Use when implementing or reviewing UI features to enforce accessibility compliance, catch color contrast failures, validate keyboard navigation, check screen reader landmarks, verify alt text and ARIA attributes, or gate feature completion on accessibility standards.
npx claudepluginhub cheggin/skill-chain --plugin skill-chainHow this skill is triggered — by the user, by Claude, or both
Slash command
/skill-chain:accessibility-checkerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install `@axe-core/playwright` as a devDependency if not already present.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Install @axe-core/playwright as a devDependency if not already present.
Generate a structured violation report per page/component:
Page/Component | Severity | Element | Rule | Fix
Integrate into CI via GitHub Actions with headless Playwright for automated runs on every PR.