What problem does it solve?
This skill keeps approved feature work from stalling by combining merge approvals, issue board updates, and branch cleanup so develop always reflects the latest completed work without manual coordination.
Core Features & Use Cases
- Automated Merge Flow: Validates CI status, waits for explicit approval, and performs a squash merge into the develop branch, ensuring consistent history and cleanup of remote feature branches.
- Project Board Synchronization: Uses GraphQL to move the associated issue to the Done column, keeping stakeholders aligned without requiring manual board edits.
- Milestone Awareness: Reports open vs closed issues for the current milestone so you know whether to start another feature or trigger the release pipeline.
Quick Start
Invoke dev-ship once your feature PR is approved so it can merge, update the project board to Done, and delete the branch in one run.