Testing & QAlow risk
verify
How to verify changes in this prompt-only repo: reproduce committed evidence-harness recipes from scratch, don't re-run CI. Covers the evals/results/* harness pattern.
zivtech/a11y-meta-skills·.claude/skills/verify/SKILL.md
36/ 100推薦值
匯入這個 Skill
選擇你的 coding agent,複製專案級或個人級安裝指令。
匯入目前專案.agents/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a codex -y匯入個人環境~/.agents/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a codex -g -y匯入目前專案.claude/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a claude-code -y匯入個人環境~/.claude/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a claude-code -g -y匯入目前專案.agents/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a github-copilot -y匯入個人環境~/.copilot/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a github-copilot -g -y匯入目前專案.agents/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a cursor -y匯入個人環境~/.cursor/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a cursor -g -y匯入目前專案.agents/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a gemini-cli -y匯入個人環境~/.gemini/skills/verify
npx skills add https://github.com/zivtech/a11y-meta-skills/tree/caf8546bc0ae8f610d900acc0d7649fb82d10391/.claude/skills/verify -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/zivtech/a11y-meta-skills.git --scope workspace --path .claude/skills/verify⚠ 安裝指令使用開源 skills CLI。執行前請檢查來源、腳本與權限。
Skill 指令
在 GitHub 查看原始檔案 ↗# Verifying changes in a11y-meta-skills This is a prompt-only repo — most diffs are docs/skill text with no runtime surface (SKIP those). The exception is **committed evidence harnesses** under `evals/results/<tool>/harness/`: each carries a README whose central claim is a reproduction recipe with expected output. Verify those by executing the recipe as a fresh consumer, never by re-running in the directory where the artifacts were authored. Recipe that works: 1. `mktemp -d` under the session scratchpad; follow the harness README's commands **verbatim**, copying any story/test artifacts from the **committed repo paths** (drift between scratchpad and archive is exactly what this catches). 2. Compare the run's resolved dependency versions against the README's as-run table — report drift even when results hold. 3. Probe beyond the happy path: extract any code snippet quoted in `.claude/skills/*/SKILL.md` verbatim (sed the fenced block) and run it standalone — doc snippets rot independently of archives. Reproduce any "measured" behavioral claims (e.g., the virtual-screen-reader missing-stop log-leak) in the fresh environment. Gotchas: the user-level npm guard `min-release-age=7` blocks packages younger than 7 days — init tools fail with a message naming the compliant pin; use that pin, never bypass the guard. Playwright Chromium is cached machine-wide (`~/Library/Caches/ms-playwright`), so browser-mode Vitest runs need no download. Skill mirrors (`.claude/skills/` and `.agents/skills/`) must stay identical — diff the edited sections as part of any verification touching them.