create-pr - Create pull requests with quality checks
Create a pull request from current branch with automated quality checks
Tags
Updated: 2026-03-09Capabilities
Typical Inputs
Typical Outputs
What this skill does
- run git status
- check branch name
- run npm lint
- run npm typecheck
- run npm test
- analyze git changes
- extract issue context
- draft PR description
- push branch to remote
- create draft PR
- open PR in browser
Inputs
- Git repository
- Current branch
- Uncommitted changes
- Origin/main branch
- npm scripts
- GitHub CLI
Outputs
- Pull request draft
- PR description markdown
- PR URL
- Git push confirmation
- Quality check results
Requirements
- Git installed
- GitHub CLI installed
- npm package.json
- Git repository initialized
- Remote repository configured
- Bash environment
