verify

Run commands and inspect outputs to confirm claims.

2|1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/r3dlex/oh-my-auggie --skill verify-r3dlex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/r3dlex/oh-my-auggie/tree/main/plugins/oma/skills/verify
Command: npx skills add https://github.com/r3dlex/oh-my-auggie --skill verify-r3dlex

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of validating claims and assertions by requiring evidence-based verification, reducing errors resulting from assumptions or untested statements.

Core Features & Use Cases

  • Verification of Claims: Run commands or examine outputs to confirm whether a statement or claim holds true.
  • Factual Validation: Check code outputs, file contents, or diagnostic results to support decision-making.
  • Use Case: When a developer claims their code passes all tests, use this Skill to run the test suite and verify the actual result before marking the task as complete.

Quick Start

Use the verify skill to run the command that checks the build status and confirm the output.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I verify that a developer's code passes all tests before proceeding?

Evidence-based verification prevents errors caused by untested assumptions. It works by running actual commands or inspecting file contents and diagnostic outputs to confirm the factual accuracy of a statement. This process supports decision-making by validating system states before proceeding.

How do I perform factual validation of system states using command outputs?

Factual validation of system states is performed by executing diagnostic commands or examining file contents to confirm a specific condition. This approach checks actual code outputs and diagnostic results, ensuring the validity of claims through direct evidence inspection.

Can I use this approach to check document contents and diagnostic results for accuracy?

Yes, you can check document contents and diagnostic results for accuracy by inspecting the actual files and running diagnostic commands. This validation method confirms whether specific statements or claims hold true by examining the real outputs rather than relying on assumptions.

What is the best way to validate claims and assertions without relying on assumptions?

The best way to validate claims without relying on assumptions is to require evidence-based verification prior to taking action. By running commands to check build status or examining actual test results, you confirm the factual integrity of statements and reduce errors from untested assertions.

When should I not use command-based verification for checking code outputs?

You should not use command-based verification for checking code outputs when you lack the actual commands or file access required to inspect the system state. This approach depends on running real test suites and examining diagnostic outputs, making it unsuitable for abstract claims lacking concrete evidence.