在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用ship
星标0
分支0
更新时间2026年7月19日 16:00
Run the full quality gauntlet and prepare for release
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run the full quality gauntlet and prepare for release
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | ship |
| description | Run the full quality gauntlet and prepare for release |
| argument-hint | [--dry-run] |
| license | MIT |
| metadata | {"author":"template","version":"1.0.0"} |
Runs the complete quality pipeline: lint, typecheck, test, review, QA, and release prep.
/ship # Full pipeline
/ship --dry-run # Show what would run without executing
npm run lint (or project equivalent)npx tsc --noEmitnpm testcode-reviewer agent on staged changesqa agent for test execution and bug reportrelease-manager agent for readiness assessmentIf any step fails, stop and report. Do not proceed to the next step.
Reports pass/fail for each step. If all pass, reports ready for release.