ship

Orchestrate critique, validate, commit, and PR stages in strict order.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/SamyakJhaveri/loam --skill ship-samyakjhaveri
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ship
Source: https://github.com/SamyakJhaveri/loam/tree/main/seed/.claude/skills/ship
Command: npx skills add https://github.com/SamyakJhaveri/loam --skill ship-samyakjhaveri

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the full shipping pipeline in strict order to ensure no premature commits and no skipped critiques across the session lifecycle.

Core Features & Use Cases

  • End-to-end shipping orchestration across critique, validate, commit, and PR.
  • Enforces strict stage ordering and gating with clear failure handling and optional critique-only mode.
  • Suitable for production workflows where code quality and governance gates must be enforced before shipping.

Quick Start

Run the ship workflow to execute all four stages in order.

Frequently Asked Questions about ship

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate the full shipping pipeline from code critique to pull request?

To automate the shipping pipeline, this Skill orchestrates critique, validation, commit, and PR stages in strict order. It ensures no premature commits occur and enforces code quality governance gates before shipping changes.

What is the best way to enforce strict stage ordering for code validation and commits?

Enforcing strict stage ordering for validation requires structured gates that prevent stage skipping. This pipeline orchestrator applies a sentinel file to handle failures, ensuring changes are reviewed and validated before they reach the commit stage.

Do I need existing stage logic to use this pipeline orchestration workflow?

Yes, you need existing stage logic for critique and validation to use this pipeline orchestration workflow. The orchestrator enforces strict ordering and failure handling across those stages but requires the underlying logic to already be defined.

Can I run a critique-only mode without triggering a commit or pull request?

Yes, you can run an optional critique-only mode to review changes without triggering a commit or pull request. This allows you to perform session critiques safely before proceeding through the full validation and shipping pipeline.

How does the pipeline handle failures during the validation stage?

The pipeline handles validation failures using a sentinel file and structured gates to halt progression. This strict failure handling mechanism prevents premature commits and ensures no stage is skipped during the session lifecycle.