agentsclimarketplace

Ship review

Skill aksheyw/claude-code-ship-gate/plugins/ship-gate/skills/ship-review

Ship Gate code-review gate, runs /code-review then applies the distilled checklist and emits Approve/Warning/Block.From its SKILL.md

Install
npx -y skills add aksheyw/claude-code-ship-gate --skill ship-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.0 KB, 202 tokens by cl100k_base, as published. Nobody here has run it

Ship Review

  1. Invoke the /code-review skill on the current diff vs the protected branch (usually main; if the repo uses master or a configured trunk, diff against that: bash "${CLAUDE_PLUGIN_ROOT}/scripts/ship-gate.sh" protected-branch . resolves it when the full plugin is installed). If /code-review is unavailable, dispatch the bundled ship-reviewer agent (via the Task tool) instead. If that agent is also absent (a bare skills install ships only this file and its references), skip this step: step 2's checklist is the review.
  2. Apply references/code-review-checklist.md to the diff for anything /code-review missed.
  3. Emit a verdict: Block (any CRITICAL/HIGH), Warning (only LOW/MEDIUM), or Approve.
  4. Return the verdict and the findings table. Do not push: the orchestrator decides.

What ships with it: 1 file

4.2 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.