From oh-my-agent
Verifies code implementation against acceptance criteria and regression risks. Delegates to oma-reviewer and oma-verifier, producing acceptance matrix, review findings, prioritized fix list, and release readiness assessment.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-agent:team-verifyThe summary Claude sees in its command listing — used to decide when to auto-load this command
运行 oma `team-verify`。 任务: $ARGUMENTS 协议: 1. 将审查委派给 `oma-reviewer`。 2. 将验收门控检查委派给 `oma-verifier`。 3. 用证据验证每个验收标准。 4. 将问题分类为阻塞、主要或次要。 5. 为 `team-fix` 生成有针对性的修复列表。 输出格式: ## 阶段 - team-verify ## 验收矩阵 | 标准 | 状态(通过/失败/未知) | 证据 | 负责人 | | --- | --- | --- | --- | ## 审查发现 - ... ## 修复待办列表 1. ... 2. ... 3. ... ## 发布就绪性 - ...
运行 oma team-verify。
任务: $ARGUMENTS
协议:
oma-reviewer。oma-verifier。team-fix 生成有针对性的修复列表。输出格式:
| 标准 | 状态(通过/失败/未知) | 证据 | 负责人 |
|---|
npx claudepluginhub sswym/oh-my-agent --plugin oh-my-agent/verifyVerifies project tests, acceptance criteria from files, or roadmap phases. Dispatches verifier agent to execute checks and report PASS/FAIL with evidence.
/verifyRuns a structured verification pass across implementation, quality, and risk, producing structured results with assumptions, risks, open questions, and follow-ups.
/done-checkVerifies completion claims against evidence, checking for missing acceptance actions and outputting a structured status report.
/fire-4-verifyVerifies a completed phase by checking must-haves and running a 70-point quality validation checklist, then generates a detailed report and optionally routes to gap closure.
/speckit.verifyValidates feature implementation by checking tasks, logic, tests, and code quality against specs. Produces verification-report.md.