en un clic
commit
Commit changes in meaningful, well-scoped units.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Commit changes in meaningful, well-scoped units.
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
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.
| 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