Organized Commits

Use when the user asks to organize commits, split or group by intent, write conventional messages, clean up Git history, consolidate branches or worktrees, salvage stale work, or runs $organized-commits / /organized-commits (often then push). Also apply on freeform "git commit push" when they want intent-based commits rather than one dump commit. Commit on a feature-related branch, not main/default by default. Never delete remote branches unless explicitly asked. If they want full verify + handoff + no leftovers after push, also apply finish-and-ship.

YosefHayim Updated

File contents

YosefHayim/dufflebag/tree/main/src/skills/organizedCommits commit 17f5d16e0e

Frequently asked questions

npx skillmds@latest add yosefhayim/organized-commits