ソース情報
- リポジトリ
- cwilliams5/Alt-Tabby
- ソースの最終更新活動
- 2026年2月24日 04:23
- 検出された 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 merge-allコマンドは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 | merge-all |
| description | Merge all open PRs into main with testing between each |
| user-invocable | true |
| disable-model-invocation | true |
Merge all open PRs into main, testing between each merge.
gh pr list. Include PRs from Claude agents and the repo owner.gh pr merge N --merge --delete-branch.
c. Pull to local main: git pull origin main.
d. Run full test suite: .\tests\test.ps1 --live
e. If tests fail: stop immediately, report which PR broke tests and what failed. Do not proceed to the next PR.
f. If tests pass: clean up the local worktree if one exists for this branch (git worktree remove .claude/worktrees/<name> then git branch -d <branch>). Continue to next PR.git push origin main.If there are no open PRs, just say so.