---
name: hmbown/verify
source: https://app.decimal.ai/s/hmbown-verify@1/SKILL.md
source_sha256: 963c29ed164a
---

# Verify

## When to use
Use when the user wants proof the real surface works, not only unit tests.

## Non-goals
- Unit tests alone are not end-to-end verification.
- Do not fake success without observable evidence.

## Workflow
1. Identify the real entrypoint (CLI binary, API, UI).
2. Exercise it with realistic inputs.
3. Capture outputs, exit codes, logs, or screenshots.
4. Report evidence and remaining uncertainty.