What problem does it solve?
Inconsistent, unstructured commit messages make it difficult to track changes, conduct code reviews, debug issues, and write release notes for the AX-WMS monorepo project. This Skill eliminates that problem by enforcing the project's specific short conventional commit format, ensuring every commit is clear, consistent, and immediately understandable.
Core Features & Use Cases
- Custom Conventional Commit Enforcement: Supports the project's extended commit types (design, comment, hotfix) alongside standard types, with monorepo-specific scope recommendations for web, api, ai, infra, docs, and agent modules.
- Single & Multi-Commit Workflows: Generates individual commit messages for simple changes, and plans ordered, logically grouped multi-commit pipelines for changes spanning multiple scopes.
- Strict Safety Guardrails: Enforces explicit user approval before executing any Git commit operations, preventing accidental modifications to shared project history.
Use case: When a developer finishes a bug fix in the API module and a separate documentation update, the skill splits the changes into two logically grouped, properly formatted commits (fix(api): ... and docs(api): ...) and only executes them after explicit user approval.
Quick Start
Use the git-commit skill to generate a properly formatted conventional commit message for your recent changes to the API authentication module.