git-discipline

Installation
SKILL.md

Git Discipline

Never let agentic speed destroy repository hygiene.

Mandatory Steps

  1. Stage intentionally — only the files that belong in this logical change.
  2. Write a Conventional Commit message:
    • feat:, fix:, refactor:, docs:, test:, chore:, perf:
    • Scope when useful: feat(api): ...
    • Body that explains why, not just what.
  3. Create or update branch following feature/, fix/, etc.
  4. Never commit directly to main.
  5. Rebase or merge cleanly before opening PR.
  6. PR description should reference the plan or relevant skills used.

Agent Behavior

Installs
1
GitHub Stars
5
First Seen
Jul 13, 2026
git-discipline — cobusgreyling/grok-build-arsenal