# Commit

> Create git commits with conventional commit format. Use when the user wants to commit changes. Use when this capability is needed.

- Skill: `tomevault-io/commit-46` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/commit-46`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/commit-46/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/commit-46

---


Create a git commit with the changes:

1. Review the git status to see what files will be committed
2. Review the git diff to understand the changes
3. Create a descriptive commit message following conventional commit format:
   - feat: for new features
   - fix: for bug fixes
   - docs: for documentation changes
   - style: for code style changes
   - refactor: for code refactoring
   - test: for adding or updating tests
   - chore: for maintenance tasks
4. Stage the relevant files (git add)
5. Create the commit (git commit)

## Arguments

- `$ARGUMENTS`: The commit message or description of changes

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/liliang-cn) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

