/run-audit
Execute a comprehensive accessibility audit against WCAG guidelines.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/run-audit
Context preview
What this command does when you run it.
Execute a comprehensive accessibility audit against WCAG guidelines.
Command definition
run-audit.md/run-audit - Run Accessibility Audit
Execute a comprehensive accessibility audit against WCAG guidelines.
Steps
1. Ask the user for the target URL or component to audit 2. Configure the audit scope: WCAG 2.1 Level A, AA, or AAA 3. Run automated accessibility scanning using axe-core or similar engine 4. Check all WCAG success criteria applicable to the content type 5. Test keyboard navigation: all interactive elements reachable and operable 6. Verify focus management: visible focus indicators, logical focus order 7. Check ARIA usage: proper roles, states, properties, and landmark regions 8. Validate heading hierarchy: logical order without skipping levels 9. Test color contrast ratios: 4.5:1 for normal text, 3:1 for large text 10. Check form accessibility: labels, error messages, required field indicators 11. Verify media accessibility: alt text, captions, audio descriptions 12. Compile findings into a prioritized report by impact level
Rules
- Test against WCAG 2.1 AA as the minimum standard
- Automated tools catch about 30% of issues; note that manual testing is also needed
- Prioritize issues by user impact: critical (blocks access), serious, moderate, minor
- Include WCAG success criterion reference for each finding
- Test with actual assistive technology when possible (VoiceOver, NVDA)
- Do not flag decorative images that correctly have empty alt attributes
- Include remediation guidance with each finding
Read more
/run-audit - Run Accessibility Audit
Execute a comprehensive accessibility audit against WCAG guidelines.
Steps
1. Ask the user for the target URL or component to audit 2. Configure the audit scope: WCAG 2.1 Level A, AA, or AAA 3. Run automated accessibility scanning using axe-core or similar engine 4. Check all WCAG success criteria applicable to the content type 5. Test keyboard navigation: all interactive elements reachable and operable 6. Verify focus management: visible focus indicators, logical focus order 7. Check ARIA usage: proper roles, states, properties, and landmark regions 8. Validate heading hierarchy: logical order without skipping levels 9. Test color contrast ratios: 4.5:1 for normal text, 3:1 for large text 10. Check form accessibility: labels, error messages, required field indicators 11. Verify media accessibility: alt text, captions, audio descriptions 12. Compile findings into a prioritized report by impact level
Rules
- Test against WCAG 2.1 AA as the minimum standard
- Automated tools catch about 30% of issues; note that manual testing is also needed
- Prioritize issues by user impact: critical (blocks access), serious, moderate, minor
- Include WCAG success criterion reference for each finding
- Test with actual assistive technology when possible (VoiceOver, NVDA)
- Do not flag decorative images that correctly have empty alt attributes
- Include remediation guidance with each finding
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Other commands on rohitg00-claude-code-toolkit.
- /adr
Write an Architecture Decision Record documenting a significant technical decision.
Open command - /design-review
Conduct a structured design review of a module, feature, or system component.
Open command - /diagram
Generate Mermaid diagrams from codebase analysis or description.
Open command - /migrate
Plan and execute a framework or library migration incrementally.
Open command - /plan
Create a structured implementation plan for the requested feature or change.
Open command - /refactor
Perform a systematic refactoring of the specified code area.
Open command

