/boss-ship
只跑部署环节:DevOps 构建部署 + 上线前门禁 + 部署报告。对已通过测试的项目单独可用,产出 deploy-report.md,门禁不可绕过。
> /plugin marketplace add echoVic/boss-skill > /plugin install boss@boss-skill
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/boss-ship
Context preview
What this command does when you run it.
只跑部署环节:DevOps 构建部署 + 上线前门禁 + 部署报告。对已通过测试的项目单独可用,产出 deploy-report.md,门禁不可绕过。
Command definition
boss-ship.mdname: boss:ship description: "只跑部署环节:DevOps 构建部署 + 上线前门禁 + 部署报告。对已通过测试的项目单独可用,产出 deploy-report.md,门禁不可绕过。" allowed-tools: Task, Read, Write, Edit, Bash, Glob, Grep
/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.md` 与 `skills/devops/deployment-process/SKILL.md`、`skills/devops/monitoring-alerting/SKILL.md`、`skills/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) |
Boss is an auditable agent-team workflow for coding agents. It turns one coding agent into a structured engineering team: PM, Architect, UI Designer, Tech Lead, Scrum Master, Frontend, Backend, QA, and DevOps.
Repo: echoVic/boss-skill
Other commands on boss.
- /boss-extend
引导式扩展 Boss:5 分钟加一个自定义 Agent、pipeline pack 或 gate 插件。把扩展 Boss 变成一等公民体验,落到 .boss/plugins 与 .boss/pipeline-packs。
Open command - /boss-plan
只跑规划环节:PM 需求穿透 + Architect 架构设计。对任意需求或已有项目单独可用,产出 prd.md + architecture.md,不派发开发/测试/部署。
Open command - /boss-qa
只跑测试环节:QA 测试执行 + 门禁校验。对已有代码单独可用,产出 qa-report.md 与 Gate 结果,测试真跑、门禁不可绕过。
Open command - /boss-review
只跑评审环节:Tech Lead 技术评审 + 风险评估。可对任意已有代码或规划产物单独用,产出 tech-review.md,不改代码。
Open command - /boss-upgrade
升级 @blade-ai/boss-skill 到最新版本,并重新安装 hooks。
Open command - /boss
启动 BMAD 全自动研发流水线。编排 9 个专业 Agent,从需求到部署一键完成。
Open command

