create-pr
Installation
SKILL.md
Create Pull Request
Create a PR with proper conventions: local verification, Conventional Commits title, a templated body, and an optional linked ticket. This skill is language- and framework-agnostic — substitute your project's actual build, lint, test, and format commands where examples are shown.
Prerequisites
Before starting, verify:
- Current branch has commits not on the base branch (
git log origin/<base-branch>..HEAD --oneline) - Branch is pushed to remote (
git push -u origin HEADif not) - No uncommitted changes that should be included (
git status)