backend-atomic-commit

Installation
SKILL.md

Backend Atomic Commit Skill

When to Use This Skill

Use this Skill in backend/Django repos (especially the Diversio monolith backend) when you want:

  • /backend-atomic-commit:pre-commit – to actively fix the current code (formatting, imports, type hints, logging, etc.) so that it matches:
    • Local AGENTS.md / CLAUDE.md rules.
    • .pre-commit-config.yaml expectations.
    • .security/ diff helpers (ruff and local imports).
    • Monty’s backend taste.
  • /backend-atomic-commit:atomic-commit – to run the same checks plus:
    • Enforce that the staged changes are atomic (one coherent change).
    • Ensure all quality gates are green (no shortcuts).
    • Propose a strict, ticket-prefixed commit message without any Claude or AI signatures.
Installs
1
GitHub Stars
60
First Seen
May 31, 2026
backend-atomic-commit — comeonoliver/skillshub