boss:ship

boss:ship is a command for coding agents from echoVic/boss-skill. It costs 50 tokens per session (557 once invoked), scanned A, original, MIT.

A command that builds, deploys, and health-checks a project that has already passed testing, then records the release details in a deployment report.

In plain words
What is it for?
Use it to deploy the current project or an existing feature, run the second release gate, check service health, and record the deployment URL and results.
Why use it?
It keeps the final release step separate and requires the pre-release checks to pass before reporting that the deployment succeeded.

Command

Part of the boss-skill plugin — 28 skills, 7 commands, 9 agents, 8 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/echovic/boss-skill/boss-ship
Clone the repo
git clone --depth 1 https://github.com/echoVic/boss-skill

Or install boss-skill, the plugin that ships this one along with the rest of its 28 skills, 7 commands, 9 agents, 8 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for boss:ship

README.md
[![agentmods](https://agentmods.dev/badge/commands/echovic/boss-skill/boss-ship.svg)](https://agentmods.dev/commands/echovic/boss-skill/boss-ship)
Your own site
<a href="https://agentmods.dev/commands/echovic/boss-skill/boss-ship"><img src="https://agentmods.dev/badge/commands/echovic/boss-skill/boss-ship.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 557 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00050 $0.00557
Opus 5 $0.00025 $0.00279
Sonnet 5 $0.00010 $0.00111
Haiku 4.5 $0.00005 $0.00056

Measured 4d ago against content hash 2098701c0f92, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

boss:ship scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skill/commands/boss-ship.md · 41 lines

What it actually says

/boss:ship — 单环节:构建部署(DevOps)

/boss:ship 是 Boss 流水线的部署环节独立入口。以 DevOps 身份完成构建、部署、健康检查,运行上线前门禁(Gate 2),产出 deploy-report.md

对标 gstack /ship。Boss 版本在部署前强制跑 Gate 2(Lighthouse / API P99),门禁不过不宣布上线成功。

适合 / 不适合

适合 /boss:ship 不适合
已过测试、要构建部署 还没过 QA(先 /boss:qa
补一份可追溯部署报告 只是本地跑一下(直接 npm run dev

执行步骤

  1. 读取 SKILL.md 不变量与 references/quality-gate.md(Gate 2)。
  2. 前置检查:确认 qa-report.md 存在且 Gate 1 已过(无则提示先跑 /boss:qa)。
  3. 读取 agents/boss-devops.mdskills/devops/deployment-process/SKILL.mdskills/devops/monitoring-alerting/SKILL.mdskills/devops/changelog-generation/SKILL.md
  4. 以 DevOps 身份执行构建 + 部署 + 健康检查,产出 deploy-report.md(模板 templates/deploy-report.md.template)。
  5. 运行 Gate 2:boss runtime evaluate-gates <feature> gate-2。无 CLI 时按 references/no-cli-fallback.md 记录到 STATE.md。
  6. 收尾:boss runtime generate-summary <feature>。输出:部署 URL、健康检查、门禁结果、changelog。

用法

/boss:ship                  # 部署当前项目
/boss:ship user-auth        # 部署已有 feature

选项

参数 说明
--lang <zh|en> 部署报告语言(默认 zh)
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 41 lines · 50 tokens per session scan A 2098701c0f92

Subscribe to this mod's changes

boss:ship is a command published in the GitHub repository echoVic/boss-skill (553 stars, last pushed 4d ago), licensed MIT. It adds 50 tokens to every session and 557 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.