accesslint-audit

仓库创建 2026年1月15日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

结合Live-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.

开发编程无障碍自动修复Live-DOM通用
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/accesslint-audit/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-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 公开信息 · 原文版权归作者所有