ship

仓库创建 2026年4月30日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

把开发、验证、PR、CI 与复发货纳入严格流程,降低回滚与遗漏风险。

这个 Skill 做什么

提供从实现到验收的标准化出货流水线并以会话范围的终止条件控制完成状态。

提供一套从实现到验收的标准出货流水线:按 TDD 实现、在真实环境验证、精简、开 PR、看 CI 绿信号并处理每条评审意见,只有当重新发版是无操作时才宣告完成。当你要把改动端到端交付(用户说要 /ship 或出货)就用它。它会把结束条件作为会话范围的门控,兼容 Claude Code 和 Codex,明确每一步用哪个工具或回退策略。

▸ 展开 SKILL.md 英文原文

Standard end-to-end shipping pipeline for a change — implement (TDD) → verify the fix in the real environment → simplify → open a PR → watch CI to green → handle every review comment, then declare done only when re-shipping is a no-op. Use when the user runs /ship or asks to ship / 出荷 / 仕上げて出す a change end-to-end. Runs in both Claude Code and Codex; each step names the skill to use where one exists and gives an agent-neutral fallback where it does not.

自动化集成交付流程CI/CD验收通用
0
Stars
0
Forks
16
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/ship/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/ship/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# ship

Run the standard shipping pipeline below. Before starting, set the whole pipeline
— termination condition: further work is a no-op and the change can ship — as a
**session-scoped completion gate**:

- **Claude Code**: set a verifiable end-state with `/goal` and let the Stop hook
  gate completion; watch CI with the Monitor tool.
- **Codex**: use the goal mechanism if available; otherwise track all 7 steps as
  an explicit TODO/checklist and do not stop until every step is done; watch CI
  with `gh run watch` / `gh pr checks`.

## Arguments

Interpret `$ARGUMENTS`:

- Contains `codex` → delegate implementation to Codex via the
  **codex-tdd-orchestration** skill and stay in the orches
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有