ソース情報
- リポジトリ
- cwilliams5/Alt-Tabby
- ソースの最終更新活動
- 2026年3月19日 21:07
- 検出された 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 pre-releaseコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Audit all lint-ignore suppressions for appropriateness and overuse
SOC 職業分類に基づく
SKILL.md を表示中
| name | pre-release |
| description | Pre-flight checklist — run high-signal review skills before a release |
| user-invocable | true |
| disable-model-invocation | true |
Run the curated pre-release review checklist. Each review enters planning mode and produces findings. Stop and report after each tier — the user decides whether to proceed to the next tier or address findings first.
Run these first. Any findings here are release-blockers:
/review-race-conditions — New races = crashes or data corruption in the wild/review-reentrancy — STA pump reentrancy = shader corruption, visual artifacts, frozen paints (Critical "On" does NOT prevent this)/review-resource-leaks — Leaks degrade the user's system over time/review-option-interaction — Broken install/update/admin path = users strandedAfter Tier 1: Report findings. If any exist, ask the user: address now or proceed to Tier 2?
/review-debug — Ungated log writes or accidentally-enabled diagnostics ship to usersAfter Tier 2: Report findings. Ask the user: address now or proceed to release?
For each skill in order:
After all skills have run, present a release readiness summary:
| Skill | Findings | Severity |
|---|---|---|
| review-race-conditions | 0 | — |
| review-reentrancy | 0 | — |
| review-resource-leaks | 2 | 1 high, 1 low |
| review-option-interaction | 0 | — |
| review-debug | 1 | medium (ungated log) |
Release recommendation: Proceed / Address N issues first
The user makes the final call. This skill surfaces information — it does not block releases.