accesslint-diff
仓库创建 2026年1月15日最近提交 23 天前SkillHot 收录 22 天前
▸ 精选理由
便于在PR中只关注新增的可访问性回归与修复影响。
▸ 风险提示
需要访问git仓库和目标页面URL以完成比对。
这个 Skill 做什么
对比页面或分支间的无障碍违规变化,仅报告新增或已修复项。
对比页面或分支之间的无障碍问题,告诉你哪些是新引入的、哪些被修复,以及原本就存在的数量。通常在做前端改动、代码审查或准备 PR 时用来快速定位改动引入的无障碍回归。特点是只报告差异(新增/已修复),默认比对未提交的更改,也可以指定分支作为基线。
▸ 展开 SKILL.md 英文原文
Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audit with no diffing.
4.2w
Stars
6.8k
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/accesslint-diff/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/accesslint-diff/SKILL.md"SKILL.MD 节选查看完整文件 ↗
Default branch: !`git symbolic-ref refs/remotes/origin/HEAD --short 2>/dev/null | sed 's|.*/||' || echo main` Report only what changed. Locate; don't fix. If no URL in `$ARGUMENTS`, ask for one. Parse `$ARGUMENTS`: strip `--branch <name>` if present → branch mode. If `--branch` has no value, use the default branch above. Remainder is the URL. ## When to Use - Use this skill when the task matches this description: Diff a live page's accessibility violations against a baseline — by default compares uncommitted changes (stash-based), or pass --branch [<name>] to diff against a branch. Reports only new violations introduced, violations fixed, and pre-existing count. Use `scan` for a full audi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有