cli-audit
Installation
SKILL.md
CLI Audit Skill
Use this skill when asked to audit a live URL from Claude CLI.
Respect robots directives and site terms of service for every live-site audit request.
Required Execution
When the user asks to audit a page URL, run:
npx --yes --package=github:mgifford/accessibility-skills cli-audit-inspect <URL>
This invocation is portable for Claude CLI users because it pulls the
inspection command from this repository package instead of requiring a local
scripts/ file in the target project.