用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/cwilliams5/Alt-Tabby --skill issue命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit all lint-ignore suppressions for appropriateness and overuse
Pre-flight checklist — run high-signal review skills before a release
Discover functions that block the main thread, then micro-audit each for internal optimization opportunities
基于 SOC 职业分类
正在显示 SKILL.md
| name | issue |
| description | Create a GitHub issue documenting the work done in this session |
| user-invocable | true |
| disable-model-invocation | true |
Create a GitHub issue that documents the work from this session. Synthesize from all available context — don't just parrot a single source.
git diff main...HEAD) — what actually changed (always available)The plan says what we set out to do. The diff says what we did. The delta between them is often the most interesting part.
Include what's relevant from these categories, skip what isn't:
Not every issue needs every section. A simple fix might just need goal + what changed. A complex feature might have all of them.
Distill — do not dump. Omit rejected candidates, false positives, exploration noise, and investigation dead ends. Include investigation notes only if they have lasting documentation value or provide needed context for a future reader.
The test: would someone reading this in 3 months understand why this change exists and what's notable about it?
Report the issue number and URL. The subsequent PR must reference Closes #N.
If not already in a worktree, create one using the EnterWorktree tool and proceed with any remaining work.