pull-request
Installation
SKILL.md
Pull Request Command
Creates a new feature branch, commits changes, pushes to GitHub, and opens a pull request - all in one command. Perfect for contributing features or fixes.
Task
Automate the entire pull request workflow: create branch, stage changes, commit with descriptive message, push to GitHub, and open PR with proper description.
Process
1. Check Prerequisites
- Ensure git repository exists
- Check for uncommitted changes to include
- Verify GitHub CLI (
gh) is available - Get current branch as base branch
- If already on feature branch, ask: "Create PR from current branch?"