What problem does it solve?
This Skill automates the entire Git commit and Pull Request (PR) workflow, from staging changes to pushing and creating a PR with the correct base branch and template. It reduces manual steps, ensures compliance with project standards, and saves developers significant time.
Core Features & Use Cases
- Automated Commit & Push: Guides through staging changes, crafting clear commit messages, and pushing to the remote repository.
- Intelligent PR Creation: Automatically determines the correct base branch (
main or staging) for the PR and applies a standardized PR body template.
- Use Case: After completing a feature or bugfix, simply instruct the AI to "commit my changes and create a pull request." The AI will handle the Git commands, branch strategy, and PR details, allowing you to move on to the next task.
Quick Start
Commit all my changes with the message "feat: Implement user authentication" and create a pull request.