What problem does it solve?
The CK:Ship Skill simplifies the process of merging, testing, reviewing, committing, pushing, and creating pull requests for code releases. It streamlines the workflow from feature branch to production-ready PR, saving time and reducing errors.
Core Features & Use Cases
- Unified Ship Pipeline: Merge, test, review, commit, push, and create PRs in a single command.
- Branch Targeting: Ship to main/master or beta releases to dev/beta branches.
- Customizable Steps: Skip tests, reviews, journals, and docs updates with flags.
- Dry Run: Show what would happen without executing any commands.
- Use Case: For a feature branch, run the command
/ck:ship to automatically execute the full pipeline and create a PR.
Quick Start
Use the /ck:ship command to start the ship pipeline for a feature branch.