用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cwilliams5/Alt-Tabby --skill review-test-skips命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit all lint-ignore suppressions for appropriateness and overuse
基于 SOC 职业分类
正在显示 SKILL.md
| name | review-test-skips |
| description | Audit all SKIP statements in the test suite for correctness |
| user-invocable | true |
| disable-model-invocation | true |
Audit every Log("SKIP: statement across all .ahk test files in tests/. For each one, determine whether it is a legitimate skip or a silent failure that should be FAIL + TestErrors++.
A SKIP is legitimate when the test is genuinely not applicable in the current environment:
A SKIP is a silent failure (should be FAIL) when test infrastructure that SHOULD be working isn't:
If the test set up the condition itself (launched the exe, connected the pump, etc.) and then can't find it — that's a FAIL, not a SKIP. If the condition is external to the test (komorebi installed, admin rights, enough windows on desktop) — that's a legitimate SKIP.
tests/*.ahk files for Log("SKIP: and Log('SKIP: patternsTestErrors++ follows, whether it returns early)| File | Line | Condition | Verdict | Issue |
|---|---|---|---|---|
| ... | ... | ... | OK / FAIL | description if FAIL |
SKIP to FAIL and add TestErrors++.\tests\test.ps1 --live to confirm all tests still pass after changesIgnore any existing plans — create a fresh one.