accesslint-diff

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

便于在代码变更中定位新引入的可访问性回归。

这个 Skill 做什么

对比页面无障碍违规,报告新增或已修复的问题。

对比页面的无障碍(a11y)违规和某个基线版本,只把新增的问题和已修复的问题列出来,帮你快速定位改动引入的可访问性回归或修复点。常在改了页面、切分支或准备提交前用,省去看完整报告的时间。特点是只报告“差异”,如果要全量检查再跑完整的 scan。

▸ 展开 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.4w
Stars
6.5k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/sickn33/agentic-awesome-skills/main/skills/accesslint-diff/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/sickn33/agentic-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 公开信息 · 原文版权归作者所有