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, or dev)
  • 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)"
Installs
2
First Seen
May 8, 2026
deploy-to-dev — gierd-inc/dev-skills