What problem does it solve?
The Ship skill enforces a disciplined release checklist, ensuring that pre-release tasks such as code review, test coverage, performance baselines, documentation updates, and proper tagging are completed before shipping.
Core Features & Use Cases
- Automated code-review gate: integrates with /review to surface issues and ensure corrective actions are taken.
- Test-coverage validation: identifies gaps and guides filling them before release.
- Performance baseline checks: runs benchmarks and compares against baselines to detect regressions.
- Documentation synchronization: updates CHANGELOG and API docs to reflect changes.
- Git tagging and publishing: coordinates commits, tags, and pushes for a clean release.
Quick Start
Invoke the ship workflow on the current changes to generate a release-ready report.