ac-verification

Verify implemented code against acceptance criteria and generate status reports.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/metasaver/claude-marketplace --skill ac-verification
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ac-verification
Source: https://github.com/metasaver/claude-marketplace/tree/main/plugins/metasaver-core/skills/workflow-steps/ac-verification
Command: npx skills add https://github.com/metasaver/claude-marketplace --skill ac-verification

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies that implemented code satisfies acceptance criteria by inspecting code and running tests.

Core Features & Use Cases

  • AC extraction: Reads acceptance criteria from stories.
  • Code/tests validation: Validates existence and conformance against AC.
  • Manual prompts option: Supports human verification when automation isn’t sufficient.

Quick Start

Run AC verification after implementation to confirm criteria met or flag gaps.

Frequently Asked Questions about ac-verification

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

FAQPage Schema
How do I verify that my code meets acceptance criteria?

Acceptance criteria verification analyzes your implemented code and test results against the criteria defined in user stories to confirm whether they're satisfied. This Skill inspects code references, runs tests, and checks manual criteria to produce a status report flagging gaps or confirming completion.

Can I automate acceptance criteria verification in my testing workflow?

Yes. Automated AC verification reads acceptance criteria from stories, validates that code and tests exist and conform to the criteria, and generates a compact report with per-criterion status and remediation actions—eliminating manual verification overhead.

What happens when automated verification can't determine if acceptance criteria are met?

The Skill supports manual verification prompts when automation reaches its limits, allowing you to complete the verification by reviewing specific criteria and providing human judgment where code inspection alone is insufficient.

How do I know which acceptance criteria are missing or incomplete in my implementation?

The Skill produces a detailed report showing the aggregate verdict and status for each criterion, identifying which criteria are satisfied and which have gaps, along with recommended remediation actions to close them.

Can I use acceptance criteria verification across multiple files and test suites?

Yes. The Skill analyzes acceptance criteria, code references, and test results across files and tests to determine applicability and completeness, then consolidates findings into a single vector-friendly report.