ソース情報
- リポジトリ
- cwilliams5/Alt-Tabby
- ソースの最終更新活動
- 2026年3月16日 06:38
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/cwilliams5/Alt-Tabby --skill review-test-skipsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.