Skip to main content

verify

Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.

Ir a la instalación

Datos de origen

Repositorio
Hmbown/CodeWhale
Última actividad en el origen
26 de julio de 2026 a las 11:50
Idioma detectado de SKILL.md
inglés
Estrellas
41.023
Forks
3562

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
verify
description
Exercise the real app/API/CLI and collect observable evidence; tests alone do not count as end-to-end verification.
invocation
model+user
aliases-for
check-work
# 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.
Ver en GitHub