verification

Run test suites and generate a formal verification report.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sizukutamago/claude-code-harness --skill verification-sizukutamago
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/sizukutamago/claude-code-harness/tree/main/.claude/skills/verification
Command: npx skills add https://github.com/sizukutamago/claude-code-harness --skill verification-sizukutamago

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complete verification ensures that a project artifact is truly done by confirming all requirements are met and no scope is violated, backed by concrete evidence.

Core Features & Use Cases

  • FR/AC coverage checks across test results, code, and documentation.
  • Scope conformity verification to prevent feature creep.
  • Automated verification report generation that documents findings and conclusions.

Quick Start

Run the verification process after code review to produce a formal verification report.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I verify functional requirements and acceptance criteria coverage after code review?

Verify functional requirements and acceptance criteria coverage by running test suites and validating test results against FR and AC definitions. This process checks code and documentation to confirm all requirements are met before generating a formal verification report.

What is the best way to generate a formal verification report for a completed software artifact?

Generate a formal verification report by executing an end-to-end verification workflow that includes test execution, FR validation, AC validation, and scope conformity verification. The process documents all findings and conclusions to prove the artifact is truly complete.

How does scope conformity verification prevent feature creep during software quality assurance?

Scope conformity verification prevents feature creep by checking the completed software artifact against defined scope constraints. It ensures the implementation strictly adheres to requirements without unauthorized additions, documenting any scope violations in the final verification report.

Can I use automated testing results to validate acceptance criteria coverage for my project?

Yes, you can use automated testing results to validate acceptance criteria coverage. The verification process analyzes test execution outputs alongside code and documentation to confirm that all AC definitions are fully satisfied and backed by concrete evidence.

When do I need to run end-to-end verification workflows for software development milestones?

Run end-to-end verification workflows after code review to validate that a project artifact meets all requirements and scope constraints. This ensures the milestone is truly done by confirming FR and AC coverage with formal documentation before release.

Does completion verification work without running a test suite?

Completion verification relies on running test suites to produce concrete evidence. Test execution is a mandatory step in the process to validate FR coverage, AC coverage, and scope conformity before generating the final verification report.