What problem does it solve?
This Skill ensures a clean, readable, and consistent Git history by guiding the creation of semantic commit messages that follow project conventions, making your codebase easier to understand and maintain.
Core Features & Use Cases
- Semantic Formatting: Generate commits with standard types (
feat, fix, chore) and concise, imperative descriptions.
- Detailed Explanations: Include comprehensive bodies explaining what changed and why, improving context for future developers.
- Issue Linking: Automatically link commits to relevant GitHub issues or Pull Requests, maintaining traceability.
- Use Case: After fixing a bug, use this Skill to compose a commit message that starts with
fix:, briefly describes the resolution, and includes a detailed explanation of the problem and solution, linking to the GitHub issue it resolves.
Quick Start
Compose a semantic commit message for a new feature that adds user authentication, including a detailed explanation and linking it to issue #42.