Awesome Git Commit Plan

Turns a codebase into a commit plan: a navigation map of its modules and their dependency direction, then a split where every commit builds and tests on its own, so the series is bisectable end to end. Each commit is verified by replaying the ladder in a scratch clone against the repo's own gates. Output is one plan file numbered #1 to #N, no dates. Takes a repository URL or local path. Use when asked to split a project into commits, plan a commit history, or 'разбей проект на коммиты'. Do not use to execute the plan (awesome-git-history-rebuild) or to review a diff (awesome-code-review).

khasky 6c1ad05 3 files · 40.3 KB Updated

File contents

khasky/awesome-agent-skills/tree/main/skills/awesome-git-commit-plan commit 6c1ad052bf

Frequently asked questions

npx skillmds@latest add khasky/awesome-git-commit-plan