Commit

Turn the working tree into logical, atomic Conventional Commits — classify uncommitted files as in-scope vs out-of-scope against the branch's merge base, show a staging plan, and create one commit per coherent unit (type + optional scope + British-English body; `!` / `BREAKING CHANGE:` for breaking changes). Never `git add -A`; files that look like they belong to another branch/worktree are never staged silently. Use when asked to commit uncommitted work, tidy WIP into atomic commits, or as the commit step inside a ship flow (e.g. `/send-it`). It commits only — no push, PR, changelog, or Linear writeback.

rheged-studio 13df8f7 4 files · 9.1 KB Updated

File contents

rheged-studio/agent-skills/tree/main/skills/commit commit 13df8f7466

Frequently asked questions

npx skillmds@latest add rheged-studio/commit