superclaw-verify

Cross-checks Claude Code outputs against spec and plan via automated tests and validations.

9|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/liuzeming-yuxi/SuperClaw --skill superclaw-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: superclaw-verify
Source: https://github.com/liuzeming-yuxi/SuperClaw/tree/main/skills/verify
Command: npx skills add https://github.com/liuzeming-yuxi/SuperClaw --skill superclaw-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw 独立验收的核心需求是对 Claude Code 的产出进行独立验证,不依赖其自我声明,确保执行报告真实可信。

Core Features & Use Cases

  • 独立执行测试以评估执行报告的正确性
  • 对照 spec.md 和 plan.md 逐项验收
  • 对 concerns 进行重点检查并执行端到端验证
  • 进行代码质量抽检,确保新提交符合基本标准
  • 根据验收结果决定进入 deliver / 返工的路径

Quick Start

Run this skill after the execute phase completes to perform independent verification against the spec and produce an acceptance report.

Frequently Asked Questions about superclaw-verify

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform independent verification of Claude Code execution outputs?

Independent verification re-runs tests and cross-checks execution reports against the spec and plan to validate output correctness. It covers unit, integration, and E2E checks, producing a structured verification report that determines pass or fail.

What is the best way to automate acceptance testing against a spec and plan?

Automated acceptance testing executes tests independently and validates results against spec.md and plan.md. It reviews concerns, performs code quality checks, and generates an auditable report to trigger deliver or revert actions.

When do I need to run independent acceptance checks after the execute phase?

Independent acceptance checks are needed after the execute phase completes, requiring an execution report, spec.md, and plan.md. This ensures the execution report is trustworthy and not reliant on self-declaration.

Can I cross-check execution reports against the original plan and spec?

Yes, cross-checking execution reports against the plan and spec validates that outputs match requirements. This deterministic process includes L2 verification steps and concerns review to ensure auditable pass or fail decisions.

What types of tests are included in automated acceptance verification?

Automated acceptance verification includes unit, integration, and E2E checks with evidence. It performs code quality sampling to ensure new submissions meet basic standards before deciding to deliver or rework.

Why does independent verification prevent relying on self-declared execution results?

Independent verification prevents reliance on self-declared results by re-running validations and executing tests separately. This deterministic, auditable process ensures the execution report is accurate and credible.