with one click
commit
Commit changes in meaningful, well-scoped units.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Commit changes in meaningful, well-scoped units.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Create a PR from the current commits.
Merge a PR and checkout the target branch.
Commit changes in meaningful units and create a PR.
Export only user inputs from the conversation. Copies to clipboard by default, or outputs to a file if a filepath is specified.
Based on SOC occupation classification
| name | commit |
| description | Commit changes in meaningful, well-scoped units. |
| argument-hint | ["-b <base-branch>"] |
| model | sonnet |
| context | fork |
Split changes into multiple commits, each representing a meaningful unit of work.
The following options are accepted:
-b <base-branch>: Specify the base branchIf the current branch is main, production, or the branch specified with -b, create a new branch with an appropriate name before committing.
fix: Fix multiple bugs
:bug: Fix keyboard not dismissing on login screen
:bug: Fix character encoding issue in username display
main or production; always create a separate branch