Ship Review
- Invoke the
/code-reviewskill on the current diff vs the protected branch (usuallymain; if the repo usesmasteror 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-reviewis unavailable, dispatch the bundledship-revieweragent (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. - Apply
references/code-review-checklist.mdto the diff for anything/code-reviewmissed. - Emit a verdict: Block (any CRITICAL/HIGH), Warning (only LOW/MEDIUM), or Approve.
- Return the verdict and the findings table. Do not push: the orchestrator decides.