用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cwilliams5/Alt-Tabby --skill pre-release命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit all lint-ignore suppressions for appropriateness and overuse
Discover functions that block the main thread, then micro-audit each for internal optimization opportunities
Audit the D3D11 interop layer for per-frame waste — buffer allocations, redundant state calls, GPU readback efficiency
基于 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.