What problem does it solve?
This skill standardizes git commits to follow Conventional Commits with a structured body, ensuring clear intent, changelog readability, and an AI review. It also enables decomposed multi-commit changesets via OneFlow Option 3 to preserve a clean, linear history while grouping related changes.
Core Features & Use Cases
- Enforce Conventional Commits format for subject and scope
- Generate a structured body including an intent paragraph, a [--- Changes ---] section, and a [--- AI Review ---] section
- Support OneFlow Option 3 for decomposed multi-commit workflows to group related changes
- Enforce preflight rules (no pushes without explicit authorization, branch naming conventions, and safety checks)
- Offer retroactive grouping of related commits into a single feature bubble when appropriate
Quick Start
Draft a conventional-commit message with a structured body for the latest change.