accesslint-audit

仓库创建 2026年1月15日最近提交 4 小时前SkillHot 收录 4 小时前
▸ 精选理由

能生成优先修复清单并支持现场 DOM 审计。

这个 Skill 做什么

自动检测并可选修复 WCAG 2.2 可访问性问题。

自动扫描并可选修复符合 WCAG 2.2 的可访问性问题,提供两种模式:只报告(优先级清单)或审计→修改→验证的闭环修复。适合上线前的合规检查、无障碍改造或给残障用户体验做把关时用。优先用 CDP 做 live-DOM 审计,必要时也能退回到浏览器模拟或 HTML 字符串检验。

▸ 展开 SKILL.md 英文原文

Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit→edit→verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.

开发编程WCAG自动化审计修复通用
4.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/accesslint-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/accesslint-audit/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
You audit accessibility and optionally fix what's broken.

## When to Use
- Use this skill when the task matches this description: Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix (audit→edit→verify loop on a target). Prefers direct-CDP live-DOM auditing; falls back to a browser-MCP composition or HTML-string audits.

## Pick a mode from the user's intent

- **Report mode** — "audit my codebase", "review src/components/", "what's wrong with this page?", "give me an a11y report". You audit + write a report. **You do not edit files.**
- **Fix mode** — "fix the a11y issues in X", "audit and fix", "m
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有