What problem does it solve?
Manually managing code shipping steps like commit formatting, rebasing, PR creation, and quality gate checks is error-prone and inconsistent, especially for coordinated agent development pipelines where skipped reviews or incorrect merge strategies can introduce critical defects.
Core Features & Use Cases
- Conventional Commit Generation: Automatically creates standardized, lowercase imperative commit messages from implementation briefs.
- Rebase-Merge Workflow Enforcement: Strictly enforces rebase-merge only (no merge commits, no squash) to maintain a clean git history.
- Gated PR Creation and Merge: Requires explicit human approval and passing review/QA gates before pushing code or merging PRs.
- Use Case: For teams using the Roster agent pipeline framework, use this skill to automatically ship completed implementation work to the main branch only after all quality checks pass, eliminating manual merge errors and skipped validation steps.
Quick Start
Use the roster-ship skill to ship the current task's implementation branch to main via a rebase-merged PR once review and QA gates are approved.