What problem does it solve?
This Skill automates the creation of well-formatted Git commits, ensuring consistency and adherence to conventional commit standards, while also managing the push to remote repositories.
Core Features & Use Cases
- Conventional Commits: Generates commits following the Conventional Commits specification with appropriate types, scopes, and emojis.
- Automated Workflow: Guides users through checking changes, analyzing diffs, determining commit strategy, and creating the commit message.
- Pre/Post Hooks: Includes hooks for quality checks (like
make qa) before committing and intelligent push logic after.
- Use Case: When you've finished a feature, use this skill to create a commit like
✨ feat(auth): Implement user login endpoint and have it automatically pushed to your branch.
Quick Start
Use the devops commit skill to create a commit with the message "Add initial project setup".