auto-verify

Automate task criteria verification across HTTP, browser, and file checks.

39|5|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill auto-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-verify
Source: https://github.com/benjaminshoemaker/ai_coding_project_base/tree/main/.claude/skills/auto-verify
Command: npx skills add https://github.com/benjaminshoemaker/ai_coding_project_base --skill auto-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates verification of task criteria to reduce manual review and speed up AI workstreams.

Core Features & Use Cases

  • Pattern-driven verification: Detects criteria patterns across HTTP, browser, file, and environment checks to drive automated tests.
  • Tool orchestration: Coordinates curl, bash, and browser-based verification with timeout handling and structured results.
  • Use Case: Teams validating automated criteria in AI task pipelines can accelerate verification while preserving fallback to manual review.

Quick Start

Install and enable the Auto-Verify skill in your workflow, then run the verify-task or phase-checkpoint steps to automatically attempt criteria verification and fall back to manual review when necessary.

Frequently Asked Questions about auto-verify

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

FAQPage Schema
How do I automate task verification in AI workstreams to reduce manual review?

Automate task verification by applying predefined criteria patterns to drive tests across HTTP, browser, and file-based checks, reducing manual review. The system orchestrates curl, bash, and browser tools to generate, execute, and interpret commands with structured results during verify-task processes.

Do I need predefined patterns to run automated criteria checks?

Yes, automated criteria checks require predefined patterns stored in a PATTERNS.md file. These patterns detect verification criteria across HTTP, browser, file, and environment checks to drive the automated tests and generate structured results.

What's the best way to verify HTTP and browser-based task criteria automatically?

The best way to verify HTTP and browser-based criteria automatically is using a pattern-driven approach that orchestrates curl, bash, and browser tools with timeout handling. This coordinates command execution and interprets results during phase-checkpoint workflows.

Can I fall back to manual review when automated verification fails?

Yes, you can fall back to manual review when automated verification fails. The system attempts automated criteria verification during verify-task or phase-checkpoint steps and preserves manual review as a fallback mechanism for cases that cannot be automatically verified.

How does pattern-driven verification handle file and environment checks?

Pattern-driven verification handles file and environment checks by detecting criteria patterns and using available tools like bash to execute commands. It interprets the command outputs to generate structured results with timeout handling for reliable automated testing.

When should I use automated verification instead of manual task checks in AI pipelines?

Use automated verification instead of manual task checks when validating repetitive criteria in AI task pipelines to accelerate workstreams. Automated verification applies across HTTP, browser, and file checks, falling back to manual review only when necessary.