ship
Gated software delivery from raw requirement to green PR
All Skills in This Repository (12)
Pure Emerald Level Indicatorsdesign
Investigate repository code and produce a TDD-oriented implementation plan.
use-ship
Route software-delivery requests to the smallest useful Ship workflow.
auto
Orchestrate a software delivery workflow from raw requirement to green pull request.
handoff
Coordinates GitHub pull requests from commit to ready-for-merge state.
visual-design
Extract a project's visual design system into DESIGN.md and preview.html.
qa
Verify changed applications at runtime against acceptance criteria and edge cases.
review
Identify correctness, security, and spec bugs in code diffs with file-level evidence.
dev
Orchestrate software delivery from requirements to reviewed, tested code.
write-docs
Create and maintain structured repository documentation with frontmatter and index regeneration.
e2e
Convert product changes into end-to-end tests with pass, fail, or skip reports.
arch-design
Shape architecture, API, and service boundaries through phased analysis of requirements and trade-offs.
refactor
Refactor code to remove structural, quality, and efficiency smells without changing behavior.
Frequently Asked Questions
FAQPage SchemaHow to install Ship?▼
Run `npx skills add heliohq/ship --all -g -y` in your terminal to install all Ship skills globally.
What problem does Ship solve?▼
Ship stops coding agents from skipping tests, reviewing their own work, or declaring victory without evidence by enforcing mechanical quality gates at every delivery stage.
How does the Ship workflow run end to end?▼
Run /ship:auto to move a raw requirement through design, development, E2E tests, review, QA, refactor, and PR handoff, or invoke individual phases like /ship:design or /ship:qa directly.
Does Ship work with Claude Code and Codex?▼
Yes. Ship ships native plugin metadata and hooks for both Claude Code and Codex, with the same routing hints and quality gates on each platform.
Can Ship resume an interrupted workflow?▼
Yes. Ship stores workflow state and artifacts on disk, so after a restart or context compaction it reads the state file and continues where it left off.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core