# Simple Commit

> Draft and create a conventional commit based on the current git diff. Use when this capability is needed.

- Skill: `tomevault-io/simple-commit` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/simple-commit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/simple-commit/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/simple-commit

---

1. First, run 'git diff' to see all changes (both staged and unstaged)
2. Analyze the diff to understand what changed
3. Write a conventional commit message based on the diff:
  - Use format: 'type(scope): description'
  - Types: feat, fix, docs, style, refactor, test, chore
  - Keep the first line under 72 characters
  - Add a blank line and bullet points for details if needed
  - Never mention any specific assistant or product
4. Stage all changes with 'git add -A'
5. Commit with the conventional commit message

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

