# Commit

> Stage and commit the current changes with a conventional message

- Skill: `conorbronsdon/commit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add conorbronsdon/commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/conorbronsdon/commit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: conorbronsdon (https://skillmd.com/u/conorbronsdon)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/conorbronsdon/commit

---


Stage and commit the working-tree changes.

1. Run `git status` and `git diff` to see what changed.
2. Draft a conventional-commit message from the diff. If $ARGUMENTS is non-empty, use it as the message instead.
3. Show the user the file list and the message; wait for approval.
4. On approval: `git add` the reviewed files and `git commit`.

Never push — committing is this skill's whole job.

