verify

Enforce a five-step verification process for claims in agentic workflows.

4|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/josephneumann/claude-corps --skill verify-josephneumann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/josephneumann/claude-corps/tree/main/skills/verify
Command: npx skills add https://github.com/josephneumann/claude-corps --skill verify-josephneumann

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill prevents the propagation of unverified claims and ensures that all actions and findings are rigorously checked against fresh evidence, preventing errors and maintaining integrity.

Core Features & Use Cases

  • Mandatory Verification: Enforces a strict process for verifying any completion claim, review finding, or processed report.
  • Systematic Checklist: Guides users through a 5-step verification process: Identify, Run, Read, Verify, Claim.
  • Use Case: Before merging a code change, an agent must use this Skill to re-run relevant tests and confirm that the output of the test command indeed validates the claim that "the tests pass."

Quick Start

Use the verify skill to confirm that the latest build command produces a successful exit code.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I enforce evidence-based verification before an agent claims a task is complete?

Evidence-based verification is enforced by a multi-step process requiring agents to run commands, read output, and independently confirm findings before making any completion claim. This prevents rationalization and ensures all actions are checked against fresh evidence.

What is the systematic checklist for validating code review findings within an agentic workflow?

The systematic checklist for validating code review findings is a 5-step process: Identify the claim, Run the relevant command, Read the output, Verify the evidence independently, and then make the Claim. This ensures all review findings are rigorously checked.

How do I verify that test commands actually validate passing tests before merging code?

To verify that test commands validate passing tests, re-run the relevant test commands and confirm that the command output explicitly validates the claim. This mandates reading the output thoroughly to ensure the successful exit code matches the expected test results.

Does this verification process require specific testing frameworks or dependencies to run?

No specific testing frameworks or dependencies are required. The verification process operates by enforcing a rigorous workflow for executing commands and reading output, meaning it works with any command-line tools or testing commands already present in your environment.

When should I use a mandatory verification process for agentic workflows?

You should use a mandatory verification process whenever an agent makes completion claims, review findings, or processed reports. It is specifically needed to prevent the propagation of unverified claims and maintain integrity before actions like merging code changes.

Why does an agent need to independently confirm evidence instead of trusting command output?

An agent needs to independently confirm evidence to prevent rationalization and ensure accuracy. Trusting command output without thorough reading and independent confirmation allows errors to propagate, whereas verifying fresh evidence maintains integrity.