Commit

Structure and format git commits following the Atomic Commit Protocol (ACP). Short command alias for git-commit-formatter.

shalomb b74c70c 723 B Updated

File contents

Atomic Commit Protocol (/commit)

When invoked, load and execute the git-commit-formatter skill:

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

shalomb/agent-skills/tree/main/skills/commit commit b74c70cd48

Frequently asked questions

npx skillmds@latest add shalomb/commit