ソース情報
- リポジトリ
- cwilliams5/Alt-Tabby
- ソースの最終更新活動
- 2026年3月16日 08:50
- 検出された 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 issueコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.