Skills に戻る
Verification

Test

/hapo:test

Real verification を実行し、green-looking command を proof と誤認せず concrete verdict を返します。

Use When

  • Implementation が behavior を変更した。
  • Blast-radius、full-suite、spec-aware、UI verification が必要。
  • Task が done になる前に evidence が必要。

Flow

01 / Detect

Test runner と relevant commands を見つけます。

02 / Scope

blast-radius、full-suite、spec-aware、UI mode を選びます。

03 / Execute

Real lint、type、build、test、UI checks を実行します。

04 / Compare

Results を requirements、design contracts、evidence、reachability と比較します。

05 / Verdict

PASS、FAIL、PARTIAL、NO_TESTS と next action を返します。

Output

Commands、outcomes、failures、coverage、必要なら reachability notes を含む test verdict。

Avoid

NO_TESTS、skipped tests、弱めた assertions、zero executed tests を pass と扱いません。

Next Handoff

/hapo:code-review