SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/mskelton/dotfiles --skill commitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Create, submit, sync, rebase, and merge stacked pull requests using the native `gh stack` CLI extension (github/gh-stack). Use whenever splitting work into a chain of dependent PRs, or managing/syncing/restacking/merging an existing PR stack. This is the preferred stacking tool over Graphite (`gt`) going forward.
Run one iteration of a work queue — either a markdown document or a Linear ticket queue. Pick the next item, implement it end-to-end, commit it as a stacked branch via the gh-stack skill, submit the stack as draft PRs with `gh stack submit --auto`, then mark it done.
Create GitHub pull requests using the gh CLI. Use when the user asks to create a PR, open a pull request, or submit changes for review.
| name | commit |
| description | Commit all current changes |
| disable-model-invocation | true |
Commit all current changes.
git status to see what's changedgit diff to review the changesgit status to confirm