Incremental Commits

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

majiayu000 Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/agent/incremental-commits commit 0f6d30659d

Frequently asked questions

npx skillmds@latest add majiayu000/incremental-commits-2