verifier

Verify implemented work against acceptance criteria using evidence-driven methods.

Updated Jul 21, 2026
One-click install
npx skills add https://github.com/roborew/opencode --skill verifier-roborew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verifier
Source: https://github.com/roborew/opencode/tree/main/skills/verifier
Command: npx skills add https://github.com/roborew/opencode --skill verifier-roborew

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that implemented work strictly adheres to predefined acceptance criteria and requirements, preventing scope creep and ensuring quality.

Core Features & Use Cases

  • Acceptance Criteria Verification: Validates completed tasks against explicit requirements.
  • Evidence-Driven Review: Requires concrete evidence for each verification point.
  • Use Case: After a developer implements a new feature, the verifier skill reviews the code and test results to confirm all specified acceptance criteria have been met before approving the changes.

Quick Start

Use the verifier skill to check the implementation against the acceptance criteria in the provided feature plan.

Frequently Asked Questions about verifier

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

FAQPage Schema
How do I verify implemented work against acceptance criteria?

Verifying work against acceptance criteria requires reviewing implemented features, test evidence, and stage reports to confirm completeness and correctness before approval. This process uses evidence-driven methods to validate that all specified requirements are met.

What is evidence-driven code review for quality assurance?

Evidence-driven code review for quality assurance is a validation method that requires concrete proof, such as test results and stage reports, for every verification point. It ensures implemented work strictly adheres to predefined acceptance criteria and prevents scope creep.

How do I check if completed tasks meet predefined acceptance criteria?

To check if completed tasks meet predefined acceptance criteria, validate the implementation against explicit requirements using plan artifacts and test evidence. This gatekeeping process confirms correctness and completeness before changes are approved.

Do I need plan artifacts and test evidence for acceptance criteria verification?

Yes, acceptance criteria verification requires access to plan artifacts, stage reports, and test evidence. These inputs provide the concrete evidence needed to validate that implemented work strictly adheres to specified requirements.

When should I use acceptance criteria validation in software development?

Use acceptance criteria validation in software development after a developer implements a new feature. It acts as a quality assurance gatekeeping process to review code and test results, confirming all specified requirements are met before approving changes.

What is the best way to prevent scope creep during quality assurance?

The best way to prevent scope creep during quality assurance is to verify implemented work strictly against predefined acceptance criteria. This evidence-driven validation ensures completeness and correctness without allowing unreviewed expansion of requirements.