What problem does it solve?
It automates the full software shipping workflow, including detecting changes, merging branches, running tests, updating version numbers, changelogs, and creating pull requests, reducing manual effort and errors in deploying code.
Core Features & Use Cases
- Automated Deployment Workflow: Executes code merging, version bumping, changelog updating, and PR creation seamlessly.
- Testing Orchestration: Runs multiple test suites in parallel, verifies success, and manages test failures proactively.
- Use Case: When a developer finishes features or fixes, this Skill automates the entire process to prepare, validate, and submit the code for review with minimal intervention.
Quick Start
Issue the /ship command to have the system detect your current branch, run tests against the merged code, and automatically create a pull request if all checks pass.