一键导入
verify
Use when a Make It Real run needs manual verification, blocked-gate diagnosis, contract checks, evidence review, or Done-readiness inspection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when a Make It Real run needs manual verification, blocked-gate diagnosis, contract checks, evidence review, or Done-readiness inspection.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Use when a feature request needs Make It Real PRD, architecture, responsibility boundaries, contracts, design-pack artifacts, or Kanban work decomposition before implementation.
Use when a feature request needs Make It Real PRD, architecture, responsibility boundaries, contracts, design-pack artifacts, or Kanban work decomposition before implementation.
Use when an approved Make It Real plan should advance into gated Kanban execution, agent orchestration, verification, and live-wiki synchronization.
Use when an approved Make It Real plan should advance into gated Kanban execution, agent orchestration, verification, and live-wiki synchronization.
Use when a Claude Code project needs Make It Real initialization, hook setup, run-state wiring, or first-time harness configuration before planning or launch.
Use when a Make It Real run needs a read-only status summary of setup, hooks, Kanban state, active work, blockers, or verification evidence.
基于 SOC 职业分类
| name | verify |
| description | Use when a Make It Real run needs manual verification, blocked-gate diagnosis, contract checks, evidence review, or Done-readiness inspection. |
Run verification as an explicit diagnostic action. This is an advanced/manual command, not the normal happy-path entrypoint.
The browser dashboard is read-only observability. It may show the next recommended Claude Code command, evidence paths, and Kanban status. State changes belong to Claude Code conversation, Make It Real hooks, and internal engine gates. Do not add browser buttons for approval, launch, retry, reconcile, or Done transitions.
mir_launch(action="complete", workItemId=...) runs the per-work-item verification, evidence checks, and Done-readiness transition; this skill drives the standalone diagnostic case outside that loop.features.dashboard.refreshOnVerify is enabled, or to return an explicit dashboardRefresh.skipped result when disabled.dashboardRefresh.dashboardUrl is present, run makeitreal-engine dashboard open "$RUN_DIR" --project-root "${CLAUDE_PROJECT_DIR:-$PWD}" unless dashboard auto-open is disabled.dashboardUrl when available.Lead with verification pass/fail, the failing command if any, the affected work item, and the next rework action. Keep raw engine fields, JSON envelopes, run ids, hashes, contract ids, and HARNESS codes in an advanced diagnostic note only when the user asks or troubleshooting requires it. Do not lead with raw engine fields.
When any gate, test, contract check, or runner attempt fails, stop adding features and diagnose the failure before continuing.
Use this order:
Do not delete tests, weaken assertions, remove contract checks, or broaden allowed paths just to reach Done. If the Blueprint is wrong, revise the Blueprint and re-approve it instead of patching around the mismatch.
Return a concise verdict: pass, blocked, or inconsistent state. Include exact commands run and the highest-priority next repair.