What problem does it solve?
PR creation can be tedious and error-prone. This Skill automates title/body formatting, applies the repository's PR template, and creates PRs via MCP, ensuring Conventional Commit conventions are followed and re-run steps are documented.
Core Features & Use Cases
- Automated PR title and body formatting following Conventional Commits and the repository's template
- Template application with proper placeholder substitution and a clear re-run procedure
- MCP-based PR creation, including a reproducible "PR body" generation for future re-runs
Quick Start
Trigger this skill when you need to open a new PR from a feature branch. Provide the branch name and target branch; the skill will format the PR title/body and create the PR via MCP, plus a one-line re-run command if the initial attempt fails.