What problem does it solve?
This Skill automates the enforcement of atomic commits and real-time synchronization with Beads task tracking, reducing drift between code changes and task progress.
Core Features & Use Cases
- Atomic Commit Enforcement: Guarantees a single issue or feature per commit, with strict pre-commit validation and message formatting.
- Beads Integration: Auto-syncs commit status with Beads tasks, updates task progress, and links commits to issues.
- Workflow Coherence: Keeps feature branches in sync with task state and release readiness, simplifying audits and rollbacks.
- Common Scenarios: e.g., creating a feature branch for TASK-123, making changes across related files, and committing with a single issue reference.
Quick Start
Install and configure Beads integration, initialize your repository, and start using atomic commits. Then create a feature branch and commit with a single issue reference, letting Beads update task status automatically.