ship
Full release pipeline — tests → coverage → review gate → version bump → CHANGELOG → commit → PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Full release pipeline — tests → coverage → review gate → version bump → CHANGELOG → commit → PR
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Clade goal-driven autonomous improvement loop (Blueprint architecture — deterministic pre/post phases + LLM supervisor/worker nodes, converges when goal met or max-iter hit). NOT the Claude Code built-in /loop (which polls a prompt on an interval like `/loop 5m /foo`) — if the user wants interval polling, route to the built-in.
Adaptive, resumable Git delivery across repositories and agent runtimes — probe policy, checkpoint coherent work, publish, review, integrate, and verify cleanup
Adaptive, resumable Git delivery across repositories and agent runtimes — probe policy, checkpoint coherent work, publish, review, integrate, and verify cleanup
Inspect or select a Clade execution connection while keeping agent runtime, inference provider, wire protocol, and model distinct. Use for Claude/Codex runtime selection, Anthropic/OpenAI/MiniMax/Kimi/custom gateways, model routing, or connection troubleshooting.
Inspect or select a Clade execution connection while keeping agent runtime, inference provider, wire protocol, and model distinct. Use for Claude/Codex runtime selection, Anthropic/OpenAI/MiniMax/Kimi/custom gateways, model routing, or connection troubleshooting.
Equipment manager for Claude Code projects — inventory local skills/agents/scripts, audit external upstream repos (red-flag + prompt-injection screening), and sync selectively after user approval. Absorbs container-layout skill repos AND single-skill-at-root repos (e.g. a company design-system repo). Project-agnostic.
| name | ship |
| description | Full release pipeline — tests → coverage → review gate → version bump → CHANGELOG → commit → PR |
| when_to_use | ship a release, full release pipeline, version bump, create PR, CHANGELOG update, release this feature — NOT for committing mid-session (use /commit) |
| argument-hint | [--dry-run] [--skip-tests] [--no-pr] |
| user_invocable | true |
Full release pipeline: tests → coverage → review gate → version bump → CHANGELOG → commit → PR. Each step is a hard gate — failure stops the pipeline and reports clearly.
Run /document-release to sync README, CHANGELOG, and docs with the new release.
For web projects: run /seo audit <url> to verify no SEO regression from the release.
If running paid ads: run /ads audit to verify tracking pixels and conversion events still fire correctly after the release.
For blog projects: run /blog audit to check content health, quality scores, and AI citation readiness.