# Incremental Commits

> Commit code after each logical unit of work is complete Use when configuring AI agent workflows and patterns. Agent Behavior category skill.

- Skill: `majiayu000/incremental-commits-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/incremental-commits-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/incremental-commits-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/incremental-commits-2

---


# Incremental Commits

Commit code after each logical unit of work is complete. Use descriptive commit messages that explain what changed and why. Prefer small, focused commits over large batches. This makes it easier to review changes, revert if needed, and understand the history.
