backend-atomic-commit

Fix backend code formatting and enforce atomic commits via pre-commit checks.

3|4|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/DiversioTeam/agent-skills-marketplace --skill backend-atomic-commit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-atomic-commit
Source: https://github.com/DiversioTeam/agent-skills-marketplace/tree/main/plugins/backend-atomic-commit/skills/backend-atomic-commit
Command: npx skills add https://github.com/DiversioTeam/agent-skills-marketplace --skill backend-atomic-commit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enforces local AGENTS.md / CLAUDE.md, pre-commit hooks, and .security/* helpers for backend projects, maintaining Monty's backend taste and ensuring commits are atomic and free of AI signatures.

Core Features & Use Cases

  • Pre-commit fixes: Actively fix formatting, imports, type hints, and logging to meet repo rules.
  • Atomic commits: Ensure staged changes form a single coherent change and propose a clean, ticket-prefixed commit message with no AI signatures.

Quick Start

Run /backend-atomic-commit:pre-commit to actively fix all files in the working tree. For an atomic commit, run /backend-atomic-commit:atomic-commit to enforce all gates and propose a commit message with no AI signatures.

Frequently Asked Questions about backend-atomic-commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix backend code to meet pre-commit standards automatically?

Pre-commit fixes automatically apply formatting, imports, type hints, and logging corrections to meet repository rules. Run `/backend-atomic-commit:pre-commit` on your working tree to enforce all configured checks and reformat files in place.

What does atomic commit mean and why does it matter for Django backends?

Atomic commits bundle related changes into a single coherent unit that passes all checks and adheres to your repo's standards. This Skill enforces atomic commits for Django and Optimo-style backends, ensuring compliance with AGENTS.md/CLAUDE.md and security helpers.

How do I create a clean commit message without AI signatures?

Run `/backend-atomic-commit:atomic-commit` to enforce all pre-commit gates, verify staged changes form a single coherent change, and generate a ticket-prefixed commit message with no AI signatures included.

Can I use this Skill with my Django project's pre-commit configuration?

Yes. This Skill applies .pre-commit-config.yaml rules and .security/* helpers to Django and Optimo-style backends, enforcing local repository standards, typing precision, and logging correctness alongside your existing pre-commit workflow.

What backend frameworks and repository styles does this Skill support?

This Skill targets Django and Optimo-style backend repositories, including monolith architectures like the Diversio codebase. It enforces AGENTS.md/CLAUDE.md compliance, pre-commit hooks, and security helpers specific to these setups.