Stage and commit the current changes with a conventional message
Scanned 9/6/2026
Install to Claude Code
npx -y skills add conorbronsdon/agent-skill-builder --skill tool-using --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Tool Using?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/conorbronsdon-tool-using)More formats (shields.io, HTML) on the badges page.
---
name: commit
description: Stage and commit the current changes with a conventional message
argument-hint: "[optional commit-message override]"
disable-model-invocation: true
allowed-tools: Bash(git add *), Bash(git commit *), Bash(git status *), Bash(git diff *)
---
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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!