ワンクリックで
commit
Creates well-formed commit(s) from current changes with grouped diffs and clear messages. Use when current work is ready to commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Creates well-formed commit(s) from current changes with grouped diffs and clear messages. Use when current work is ready to commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
Splits a large branch or PR into smaller, independently reviewable units by grouping changes and proposing parallel PRs or a stacked series. Use when a changeset is too big to review well and should be broken up.
Captures the portable, non-secret pi config from a live ~/.pi/agent into this repo's pi/ directory and commits it, without reading or copying secrets. Use when live pi config or extensions have drifted from the repo and need to be synced back.
Refreshes PR titles and descriptions to match the current branch changeset. Use when the PR title or body has drifted from the code.
Reviews the current session for problems and their eventual fixes, then proposes durable improvements to repo skills, scripts, or docs that prevent recurrence. Use when a session hit avoidable friction worth turning into a lasting fix.
Runs discovery and uncertainty resolution for a change, then writes a terse plan document covering purpose, behaviour, validation, architecture, and phased vertical slices. Use before building when a change needs a clear, agreed design.
| name | commit |
| description | Creates well-formed commit(s) from current changes with grouped diffs and clear messages. Use when current work is ready to commit. |
Turn current changes into clean commit(s), then push to origin by default.
Inspect real diffs first and follow repo commit conventions.
Follow CLAUDE.md / AGENTS.md on conflict.
changes output (or equivalent diff review) to define commit groups.git status --porcelain and diffs right before staging.git push -u on first branch push).Stop and ask before committing on protected branches or if unexpected changes appear.
main, develop, or another protected base.--no-verify unless explicitly told.origin by default; skip push only if the user asks.Report branch, commit hashes/subjects, grouping, hook actions, anything intentionally left out, and push status.