What problem does it solve?
Automates the end-of-session workflow to ensure code quality, clean commits, and progress tracking after a development session.
Core Features & Use Cases
- Phase 0: Verification: Run comprehensive verification (security checks, best practices, efficiency, and code standards) before committing.
- Phase 1: Organization: Group changes into logical, conventional commits and prepare a clean history.
- Phase 2: Tracking: Update changelog and roadmap progress to reflect completed work.
- Use Case: When finishing a feature, run the ship skill to verify quality, generate a clean set of commits, and record progress in the project roadmap.
Quick Start
Invoke the ship skill at the end of a development session with /ship to verify work, organize commits, and track progress. Example: after implementing a feature, run /ship in your project context to produce a changelog draft and progress entries.