What problem does it solve?
This skill automates promoting a feature branch to the integration/dev environment by creating a pull request, running pre-deploy gates, and handling optional migrations across environments.
Core Features & Use Cases
- PR creation workflow: reads project config, validates working tree, and creates a PR from feature/* to dev with proper titles and bodies.
- Pre-deploy gate enforcement: executes the configured gate commands to prevent broken promotions.
- Migration handling: detects new migrations and conditionally applies them to shared or per-environment databases according to config.
- Linear integration: extracts issue references from branch/commits and transitions linked issues to In Progress, with PR references attached.
- Use Case: When you finish a feature on a feature/* branch, use this skill to publish to dev for testing with a single command.
Quick Start
Promote the current feature branch to dev by creating a PR after passing the pre-deploy gate.