heliohqheliohqOfficial·12 Agent Skills Included

ship

Gated software delivery from raw requirement to green PR

Runs staged software delivery workflows covering planning, implementation, E2E testing, code review, QA, refactoring, and PR handoff. Enforces quality gates with independent peer review and evidence-based verification, eliminating skipped tests and unverified claims. Keeps state on disk so workflows resume cleanly after interruptions and finish only when CI checks are green.
npx skills add heliohq/ship --all -g -y
Available:

Explains to the AI agent how Ship's hooks, state files, and phase guardrails route requests through the staged delivery workflow and enforce artifact access rules per phase.

All Skills in This Repository (12)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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