Atomic Commit Protocol (/commit)
When invoked, load and execute the git-commit-formatter skill:
- Follow all instructions and guidelines in
git-commit-formatter. - Enforce the Atomic Commit Protocol (ACP): every commit must be a self-contained, tested, indivisible unit of work.
- Verify that implementation and tests are together, tests pass, and code quality checks are satisfied.
- Format commit messages strictly adhering to Conventional Commits format (
type(scope): subject).