What problem does it solve?
This Skill helps developers create properly formatted git commits by applying consistent conventions, branch checks, and issue reference rules instead of manually crafting commit messages.
Core Features & Use Cases
- Conventional Commit Formatting: Generates commit messages with validated types, scopes, subjects, bodies, and footers.
- Commit Safety Guidance: Ensures work is not committed directly on protected main or master branches without creating a feature branch first.
- AI Commit Attribution Rules: Applies appropriate attribution practices for changes created with coding agents while avoiding misleading metadata.
- Use Case: A developer finishing a feature can use this Skill to prepare a review-ready commit message that follows repository standards and links related issues.
Quick Start
Use the commit skill to create a properly formatted git commit message for my current changes.