Git Commit

Stage meaningful diffs and create commits with WHY-focused messages. Use whenever making git commits. Use when this capability is needed.

tomevault-io Updated

File contents

INSTRUCTIONS

Use /git:commit slash command to stage meaningful diffs and create commits with WHY-focused messages.

DISCIPLINE

  • Only commit when:
    1. ALL tests are passing
    2. ALL compiler/linter warnings have been resolved
    3. The change represents a single logical unit of work
    4. Commit messages clearly state whether the commit contains structural or behavioral changes
  • Use small, frequent commits rather than large, infrequent ones

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/atusy--dotfiles--git-commit commit 40809182b1

Frequently asked questions

npx skillmds@latest add tomevault-io/git-commit-4