在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用metta-ship
星标2
分支0
更新时间2026年4月21日 09:15
Finalize and ship the active change
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Finalize and ship the active change
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start a new change with Metta
Full lifecycle loop — discover, build, verify, ship
Resolve a reconciliation gap through the full metta change lifecycle
Resolve an issue through the full metta change lifecycle
Quick mode — small change without full planning
Log an issue with root-cause analysis
| name | metta:ship |
| description | Finalize and ship the active change |
| allowed-tools | ["Read","Write","Bash","Grep","Glob"] |
| context | fork |
| agent | metta-skill-host |
Two-step process: finalize (archive + merge specs on branch) then ship (merge branch to main).
METTA_SKILL=1 metta finalize --dry-run --json --change <name> → preview what will changeMETTA_SKILL=1 metta finalize --json --change <name> → archives change to spec/archive/, merges delta specs into living specsgit checkout main → switch back to maingit merge metta/<change-name> --no-ff -m "chore: merge <change-name>" → merge the feature branch