Git Commit Integrity

Ensures every commit in a series is what it claims to be — a working, gate-passing snapshot in isolation, not just a slice of a working directory that happened to pass while other changes sat nearby. Covers verifying commit history after the fact, designing pre-commit hooks that check the commit rather than the working tree, and splitting an already-finished diff into multiple logical commits safely. Tech-stack agnostic; applies whether or not the project has a pre-commit hook. Use whenever constructing multi-commit history from a single body of work, reviewing or writing a pre-commit hook, or before telling a user "this commit is clean."

irahardianto e9f44e8 10.0 KB Updated

File contents

irahardianto/awesome-agv/tree/main/.agents/skills/git-commit-integrity commit e9f44e8414

Frequently asked questions

npx skillmds@latest add irahardianto/git-commit-integrity