What problem does it solve?
This Skill eliminates the risk of inconsistent, unprofessional, or AI-attributed Git commits that can trigger bot detection or complicate code reviews. It ensures every commit adheres to conventional standards, saving you time on manual corrections and maintaining a pristine project history.
Core Features & Use Cases
- Conventional Commit Formatting: Automatically structures your commit messages using the
type(scope): subject format, ensuring clarity and consistency.
- AI Attribution & Emoji Removal: Guarantees your commits are free of common AI indicators (e.g., "Generated with Claude Code") and emojis, preventing unwanted GitHub bot flags.
- Use Case: When you're rapidly iterating on a new feature or fixing a bug, use this Skill to effortlessly create perfectly formatted commits like
feat(cli): add --version flag or fix(parser): handle empty task lists. This streamlines your pull request process and keeps your repository history clean and professional.
Quick Start
Commit the staged changes with a feat type and parser scope, subject 'add YAML frontmatter support', and a body explaining it enables per-plan configuration overrides.