make-pr - Create Pull Request for Feature Development
Opens a pull request for the current feature with formatted code
Tags
Updated: 2026-02-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- check current branch
- create branch if needed
- run prettier formatting
- commit changes
- push to remote
- create pull request
Inputs
- Git repository
- package.json
- source code
Outputs
- pull request
- formatted code commit
- remote branch
Requirements
- Git repository
- bun runtime
- prettier installed
- gh CLI
