What problem does it solve?
This Skill helps you deliver finished work end to end by handling the final release steps: validating the code, committing changes safely, pushing to the remote, opening a pull request, watching CI, reviewing feedback, and merging only when everything is ready.
Core Features & Use Cases
- Local verification: Runs the required backend and frontend checks before any push so you do not publish broken work.
- GitHub delivery workflow: Creates a conventional commit, pushes the branch, opens a PR, and waits for CI to finish.
- Review and merge coordination: Guides manual review, applies follow-up fixes if needed, and merges to main only when explicitly requested and fully green.
- Use case: When a feature is complete and you want to land it with minimal risk, this Skill coordinates the full release process from final validation to merge.
Quick Start
Use the ship skill to validate my changes, commit them cleanly, open a PR, wait for checks, and merge the branch if everything passes.