What problem does it solve?
Developers often need to move their current work into the DEV branch safely and consistently, handling pulls, staging, committing, PR creation, merging, branch cleanup, and local DEV synchronization while meeting test and coverage requirements.
Core Features & Use Cases
- Detects repository context and whether the work is already committed.
- Guides through branch naming, pulls latest changes only when needed, stages all modifications, and runs full test, coverage, lint, and build gates.
- Automatically creates a pull request targeting DEV, merges it with squash, deletes the feature branch, and syncs the local DEV branch.
- Ideal for any developer who wants a single command to ship feature work to DEV without manual git choreography.
Quick Start
Use the ship-to-dev skill to automatically stage, test, create a PR, merge, and synchronize your changes into the DEV branch.