en un clic
git-commit
Stage and commit changes with a well-formed commit message
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
Stage and commit changes with a well-formed commit message
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.
Split a noisy autoresearch branch into clean, independent branches — one per logical change — ready for individual review
Author before.sh/after.sh hooks that run automation at autoresearch iteration boundaries — notifications, journals, git tags, priming the next attempt
Set up an autonomous optimisation loop — gather the goal, write the session files, run the baseline, and start iterating
Author declarative .tau/workflows/*.yaml files for Tau's /workflow command — reusable multi-phase, multi-agent pipelines. Use when the user asks to create, write, edit, or scaffold a workflow, or wants to turn a repeated multi-step task (audits, migrations, reviews, research) into a rerunnable automation.
Review code changes for bugs, clarity, and correctness
Diagnose and fix a bug or unexpected behaviour
Basé sur la classification professionnelle SOC
| name | git-commit |
| description | Stage and commit changes with a well-formed commit message |
Stage the relevant files, write a conventional commit message based on the diff, and create the commit. Follow the format type: short summary (e.g. feat:, fix:, refactor:). Keep the subject under 72 characters. If there are staged changes already, use them as-is.