Generates and validates git commit messages following the Conventional Commits specification (v1.0.0). Analyzes staged changes to suggest appropriate commit types, scopes, and descriptions. Creates well-structured commit messages with breaking changes, references, and multi-line bodies. Use when creating commits, validating commit messages, or maintaining consistent git history.
2026-02-27