deploy-to-dev
Installation
SKILL.md
Deploy to Dev
When to Use
- User asks to "deploy to dev", "push to dev", or "merge into dev"
- Work on the current branch is ready for integration testing on dev
Prerequisites
- Must be on a feature branch (not
master,main, ordev) - Changes should be committed and pushed to origin
Steps
1. Ensure a PR exists for the current branch
gh pr list --head "$(git branch --show-current)"