create-pr
Installation
SKILL.md
Create Pull Request
Create pull requests following engineering best practices.
Requires: GitHub CLI (gh) authenticated and available.
Prerequisites
Before creating a PR, ensure all changes are committed. If there are uncommitted changes, run the mpuig-skills:commit skill first to commit them properly.
# Check for uncommitted changes
git status --porcelain
If the output shows any uncommitted changes (modified, added, or untracked files that should be included), invoke the mpuig-skills:commit skill before proceeding.