What problem does it solve?
This skill prevents the common pitfalls of shared-trunk development, such as accidental inclusion of peer work, race conditions during staging, and non-compliant commit messages, by enforcing an atomic, path-scoped commit workflow.
Core Features & Use Cases
- Atomic Path-Scoped Commits: Stages and commits specific files in one locked step to ensure only your work is landed.
- Automated Linting & Verification: Validates commit subjects against Conventional Commits standards and verifies the landed path-set matches your request.
- Use Case: When you have finished a feature on the main branch, use this skill to safely commit your specific changes with a bindable stamp, ensuring your work is correctly attributed and verified without interfering with other developers' concurrent changes.
Quick Start
Use the commit-clean skill to stage and commit your changes in the current directory with a descriptive subject line.