一键导入
release-gate
Release readiness verification for MirrorBuddy. Use when preparing releases, checking deployment readiness, or running pre-release validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Release readiness verification for MirrorBuddy. Use when preparing releases, checking deployment readiness, or running pre-release validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Open a PR with MirrorBuddy checklist — ci:summary green, conventional commit, issue link, wait CI, require explicit user approval before merge.
Gate before claiming any task complete. Runs health-check.sh + ci:summary, pastes output, only then allows "done" claim.
Bootstrap isolated git worktree under ./worktrees/<task-id>. Verifies non-empty path, branch created, deps linked. Prevents working directly on main.
Comprehensive localization verification for MirrorBuddy features via npm run i18n:check
Pre-release validation for MirrorBuddy via app-release-manager subagent
CI verification and build validation for MirrorBuddy. Use when running checks, validating builds, or verifying code quality before commits.
| name | release-gate |
| description | Release readiness verification for MirrorBuddy. Use when preparing releases, checking deployment readiness, or running pre-release validation. |
MirrorBuddy has tiered release gates from fast to comprehensive.
| Gate | Command | Checks |
|---|---|---|
| Fast | ./scripts/release-fast.sh | lint+typecheck+unit+smoke+build |
| Full (10/10) | ./scripts/release-gate.sh | All quality gates |
| iOS readiness | npm run ios:check | iOS-specific verification |
./scripts/ci-summary.sh --fullnpx tsx scripts/debt-check.ts --summarynpx tsx scripts/compliance-check.ts --fail-onlynpm run i18n:check./scripts/health-check.sh./scripts/release-fast.sh./scripts/release-gate.sh| Script | Flag | Output |
|---|---|---|
| compliance-check.ts | --fail-only | Only FAIL/WARN |
| debt-check.ts | --summary | Counts only |
| release-gate.sh | --summary-only | Counts + top 3 |