Strict backend atomic commit helper using the backend-atomic-commit Skill.
/plugin marketplace add DiversioTeam/claude-plugins/plugin install backend-atomic-commit@diversiotechRun your `backend-atomic-commit` Skill in **atomic-commit** mode. Do everything the `/backend-atomic-commit:pre-commit` command would do, plus: - Verify that the **staged changes are atomic** – one coherent change, not a grab bag of unrelated edits. - Enforce that all quality gates are green: - `.security/ruff_pr_diff.sh` - `.security/local_imports_pr_diff.sh` - Ruff lint + format - ty / type checks - Django system checks - Relevant pytest subsets - Pre-commit hooks - Propose a commit message that: - Extracts the ticket ID from the branch name using local `AGENTS.md` ...