What problem does it solve?
This Skill automates the entire process of creating a pull request, from branching and committing to pushing and opening the PR, ensuring a consistent and efficient workflow.
Core Features & Use Cases
- Automated Branching: Creates feature, fix, chore, or docs branches based on your changes.
- Standardized Commits: Generates descriptive commit messages following conventional commit standards.
- Local Quality Checks: Runs linting and build processes locally before pushing.
- Automated PR Creation: Uses GitHub CLI to create a PR with a structured title and body.
- Use Case: After making changes to a feature, you can invoke this skill with a brief description, and it will handle all the Git operations, commit, push, and open a PR for review.
Quick Start
Run the pr-flow skill with the description "add user authentication" to create a new feature branch, commit your changes, and open a pull request.