verify

Run full commands and verify outputs against claims before responding.

1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Joaovsales/coding-agent-workflow --skill verify-joaovsales
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/Joaovsales/coding-agent-workflow/tree/main/.agents/skills/verify
Command: npx skills add https://github.com/Joaovsales/coding-agent-workflow --skill verify-joaovsales

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces evidence-based verification before any completion claims to ensure every claim is verifiable and trustworthy.

Core Features & Use Cases

  • Enforces an evidence-first policy before completion, PR submission, or task closure.
  • Guides users through a deterministic verification workflow (IDENTIFY → RUN → READ → VERIFY → ONLY THEN) and supports deployment and end-to-end scopes.
  • Provides safety rails and auditing by requiring evidence in the same message as the claim.

Quick Start

Before making a completion claim, run the verify process to attach fresh evidence.

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 submitting a pull request?

You enforce evidence-based verification by running a deterministic workflow that identifies the proving command, executes it fully without truncation, reads the complete output, checks the exit code, counts failures, and confirms the result before making any completion claims.

What is the best way to verify code claims using fresh command output?

The best way to verify code claims is to require fresh evidence in the same message as the claim by identifying a specific command, running it completely, reading the entire output, and validating that the exit code and failure count confirm the assertion.

How does an evidence-first verification process work for task closure?

An evidence-first verification process works by blocking completion or task closure until a full command is executed, its complete output is read, and the exit code alongside failure counts are checked to prove the claim before responding.

Can I use this verification workflow for both deployment and end-to-end testing scopes?

Yes, you can use this verification workflow for deployment and end-to-end testing scopes. It guides you through identifying, running, reading, and verifying full command outputs to ensure claims are backed by fresh evidence.

Why do my completion claims fail quality assurance audits without fresh evidence?

Completion claims fail quality assurance audits when they lack fresh evidence because there is no verifiable proof attached. Requiring full command execution and output validation in the same message ensures every claim is trustworthy and audited.

What are the limitations of relying on partial command output for process auditing?

Relying on partial command output for process auditing is limited because truncated results hide failures and obscure exit codes. The verification workflow requires running the full command and reading the complete output to ensure accurate claim validation.