Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/sickn33/agentic-awesome-skills

Works with Git. The repository opens in your current directory.

QualityPython

AccessLint Scan

by sickn33

Audits a live page for accessibility issues, locates each WCAG violation precisely, and returns a selector-grounded fix worklist without applying changes. Use when you need an accessibility report that maps violations to exact page elements.

44.1K stars6.5K forksAdded 2026/07/19
agent-skillsagentic-skillsai-agent-skillsai-agentsai-codingai-workflowsantigravityantigravity-skillsclaude-codeclaude-code-skillscodex-clicodex-skillscursorcursor-skillsdeveloper-toolsgemini-cligemini-skillskiromcpskill-library

Documentation

README

Audit a live page and report what's broken and where. Locate; don't fix. If no URL in $ARGUMENTS, ask for one.

When to Use

  • Use this skill when the task matches this description: Audit a live page for accessibility issues, locate each WCAG violation precisely, and return a selector-grounded fix worklist without editing.

1. Audit

PORT=$(npx -y @accesslint/chrome@latest ensure | node -e 'process.stdin.on("data",d=>process.stdout.write(""+JSON.parse(d).port))')
npx -y @accesslint/cli@latest "<url>" --port "$PORT" --format json

Flags as needed: --selector, --wait-for "<selector>", --include-aaa, --disable <rules>.

2. Report

Counts by impact, then one entry per violation:

  • where — selector verbatim + file:line (symbol) if source is present — never fabricate. If no violation has source, note "source mapping unavailable — located by selector only".
  • evidence — contrast ratio, missing attribute, empty name
  • fix — mechanical change or NEEDS HUMAN

Don't edit. For fixes: apply mechanical ones then re-run to verify; for bulk work hand off to accesslint:audit.

3. Tear down

npx -y @accesslint/chrome@latest stop --all  # skip if ensure reported "managed":false

Gotchas

  • ensure always determines the port — never hardcode 9222.
  • CLI exit 2 = bad URL or page never loaded; check the dev server.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

More from sickn33

Other Claude Code skills by this author in the directory.

🏗️
1w ago

Andruia Solutions Architect

Diagnoses new or existing AI project workspaces and defines an optimal technical roadmap in Spanish. Use at the start of a project for guidance on architecture and expert squad selection.
AI Engineering
+0%44.1K6.5K
🛡️
1w ago

License to Audit

Performs comprehensive security audits, threat modeling (STRIDE/PASTA), red/blue team analysis, OWASP checks, code review, incident response, and infrastructure security assessments.
DevOps
+0%44.1K6.5K
🔨
1w ago

Andru.ia Skill-Smith

Designs, drafts, and deploys new AI skills following the Diamond Standard, generating documentation and registry integrations. Use when you need to create or extend agentic capabilities in a structured repository.
AI Engineering
+0%44.1K6.5K
🧠
1w ago

Andru.ia Niche Intelligence

Analyzes a project's specific niche to inject domain knowledge, regulations, and industry standards. Use after the niche has been defined to ensure the product aligns with sector-specific expectations.
AI Engineering
+0%44.1K6.5K
🎞️
1w ago

2Slides PPT Generator

AI-powered presentation generation via the 2slides API: create slides from text or outline, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio.
Automation
+0%44.1K6.5K
🔮
1w ago

3D Web Experience

Guidance for building interactive 3D web experiences using Three.js, React Three Fiber, Spline, and WebGL. Covers product configurators, performance optimization, and scroll-driven animations.
Frontend
+0%44.1K6.5K