What problem does it solve?
Writing consistent, repository-compliant commit messages is time-consuming and error-prone, especially on teams with custom commitlint rules or complex monorepo structures. This skill eliminates manual guesswork and ensures your git history is clean, searchable, and aligned with team standards.
Core Features & Use Cases
- Convention Detection: Automatically scans the repository for commitlint config, existing git log patterns, and custom commit shapes to match local standards exactly.
- Intent-Based Grouping: Organizes staged and unstaged changes into atomic, revertable commits based on the purpose of the edits, not just file paths.
- Context-Aware Review: For larger or older branches, it pulls relevant session context to understand the "why" behind changes, avoiding vague or misleading commit messages.
- Use Case: A developer finishing a 3-day feature branch can get perfectly formatted, compliant commit messages for all their changes in seconds, with no risk of violating repo hook rules.
Quick Start
Request a review of your current staged and unstaged code changes and ask the AI to generate production-ready conventional commit messages for each logical group of edits.