Automates the creation of standardized GitHub pull requests with validated titles and pre-filled templates.
This skill streamlines the GitHub pull request workflow by ensuring all submissions adhere to strict Conventional Commits standards and repository-specific CI requirements. It automatically analyzes your local git changes to determine the correct type and scope, pushes your current branch to the remote origin, and generates a detailed PR using the GitHub CLI. By enforcing specific formatting rules and populating templates with required checklists, it ensures your PRs pass automated validation checks and are ready for immediate review.
Key Features
010 GitHub stars
02Analyzes code changes to suggest appropriate PR types and scopes
03Supports breaking change flags and changelog exclusion tags
04Enforces Conventional Commits title formatting for CI compliance
05Automates git push and GitHub CLI pull request creation
06Populates PR bodies with predefined templates and review checklists
Use Cases
01Submitting standardized bug fixes or features that must pass strict CI title validation
02Ensuring consistent PR documentation and checklist completion across a development team
03Automating the transition from local development to a formal GitHub review request