verify

Execute verification workflows and validate command outputs against gate criteria.

20|3|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/HerbertJulio/specialist-agent --skill verify-herbertjulio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/HerbertJulio/specialist-agent/tree/main/skills/verify
Command: npx skills add https://github.com/HerbertJulio/specialist-agent --skill verify-herbertjulio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before claiming work is complete, fixed, or ready to move to the next task, you need fresh, verifiable evidence from a reproducible verification workflow.

Core Features & Use Cases

  • Executes a standard verification gate across tests, lint, and build to provide reliable status signals.
  • Recommends running verification commands (npm test, npm run lint, npm run build) and validating their outputs to substantiate completion.
  • Use case: before merging a PR or closing a task, run the verification to ensure all required checks pass before marking completion.

Quick Start

Run /verify all to execute the full verification sequence and obtain fresh evidence of status.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify a build before claiming a pull request is ready to merge?

To verify a build before claiming a pull request is ready, execute a fresh verification workflow that runs build, lint, and test commands, collecting their outputs and validating exit codes to ensure all gate criteria pass.

What is a verification gate in a CI pipeline and when do I need it?

A verification gate in a CI pipeline is a standard validation sequence that executes tests, lint, and build commands to provide reliable status signals. You need it before marking a task complete or merging a PR.

How do I run lint and test validations to collect verifiable evidence for software projects?

Run lint and test validations to collect verifiable evidence by executing standard commands like npm test and npm run lint, capturing their outputs to substantiate completion claims with fresh evidence.

Can I use this verification workflow to check task board status across software projects?

Yes, you can use this verification workflow to check task board status across software projects. It identifies current task status by applying fresh verification results to claims of completion or PR readiness.

What happens if verification command outputs do not meet the gate criteria?

If verification command outputs do not meet gate criteria, such as expected exit codes or specific output patterns, the workflow prevents making a success claim until the build, lint, or test failures are resolved.