verify-agent

Verify agent completions against CI gates and acceptance criteria.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill verify-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-agent
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/verify-agent
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill verify-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the verification of an agent's completion against CI gates and acceptance criteria, reducing manual review and surfacing failures early.

Core Features & Use Cases

  • Standalone verification service that runs CI gates, checks acceptance criteria, updates the ledger, and notifies stakeholders on failure.
  • Supports quick and full verification modes, with configurable auto-retry to resolve transient issues.
  • Suitable for validating ledger items in Ops/Deploy workflows and ensuring compliance before promotion.

Quick Start

Run the verify-agent service against a specific work item to validate completion against defined gates and criteria.

Frequently Asked Questions about verify-agent

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

FAQPage Schema
How do I automatically verify agent completions against CI gates?

Automated verification runs CI gates and mechanically matches acceptance criteria to validate agent completions. It reduces manual review by executing checks, updating the work ledger, and surfacing failures early.

What is the difference between quick and full verification modes?

Quick and full verification modes provide different depths of validation for built ledger items. Both modes execute CI gates and check acceptance criteria, with full verification offering a more comprehensive validation process.

Can I configure auto-retry for transient CI gate failures during verification?

Yes, optional auto-retry is supported to resolve transient issues during verification. When enabled, the service automatically retries failed CI gates before updating the ledger or escalating the failure.

How does automated verification handle acceptance criteria failures?

When acceptance criteria fail, the verification service updates the work ledger and escalates the failure. This ensures stakeholders are notified and compliance issues are surfaced before any promotion occurs.

Does verification work with work ledger items in Ops/Deploy workflows?

Yes, verification is suitable for validating work ledger items with a built status in Ops/Deploy workflows. It ensures compliance by executing CI gates and matching acceptance criteria before item promotion.

Why do I need to verify built ledger items against acceptance criteria?

Verifying built ledger items ensures agent completions meet defined CI gates and acceptance criteria. This automation reduces manual review effort and surfaces compliance failures early before promotion.