Back to skills
Verification

Test

/hapo:test

Runs real verification and returns a concrete verdict instead of treating green-looking commands as proof.

Use When

  • Implementation changed behavior.
  • You need blast-radius, full-suite, spec-aware, or UI verification.
  • A task needs evidence before it can be done.

Flow

01 / Detect

Find test runner and relevant commands.

02 / Scope

Choose blast-radius, full-suite, spec-aware, or UI mode.

03 / Execute

Run real lint, type, build, test, or UI checks.

04 / Compare

Match results to requirements, design contracts, evidence, and reachability.

05 / Verdict

Return PASS, FAIL, PARTIAL, or NO_TESTS with next action.

Output

A test verdict with commands, outcomes, failures, coverage, and reachability notes when relevant.

Avoid

Never treat NO_TESTS, skipped tests, weakened assertions, or zero executed tests as pass.

Next Handoff

/hapo:code-review