batch-verify

Automate batch verification of built repository items via a work ledger.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the batch verification of built items in a repository, reducing manual review time and preventing overlooked verifications.

Core Features & Use Cases

  • Batch-verify all items marked as built or awaiting verification in the work ledger.
  • Invoke verify-agent for each item with parameters item_id, repo, mode, auto_retry=true.
  • Summarize results in a matrix showing which items were VERIFIED or FAILED.

Quick Start

Prompt Batch Verify to automatically verify all built items in the target repository.

Frequently Asked Questions about batch-verify

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

FAQPage Schema
How do I automate batch verification of built items in a repository?

Batch verification of built items is automated by reading a central work ledger and invoking verify-agent for each item. This reduces manual review time and prevents overlooked verifications before release by processing all flagged entries in one pass.

What is a work ledger and how does it drive batch verification?

A work ledger is a central record tracking items marked as built or awaiting verification. Batch verification reads this ledger to identify target items, passing parameters like item_id, repo, mode, and auto_retry to verify-agent for each validation task.

Do I need a verify-agent integration to run batch verification?

Yes, a functioning verify-agent integration is required. Batch verification relies on this agent to process each item_id from the work ledger, applying the chosen mode and auto_retry settings to validate built items across the repository.

How do I verify multiple build items in one pass before release?

To verify multiple build items in one pass, prompt the batch verification process to read the work ledger and invoke verify-agent for each built item. It summarizes results in a matrix showing which items were VERIFIED or FAILED.

What does the batch verification results matrix show?

The batch verification results matrix shows which items were VERIFIED or FAILED. It provides a summary of the automated validation pass, allowing you to quickly identify which built items in the repository passed or require further attention.

Can I retry failed verifications automatically during batch processing?

Yes, failed verifications can be retried automatically by setting auto_retry=true. Batch verification passes this parameter to verify-agent for each item processed from the work ledger, ensuring transient issues are handled without manual intervention.