What problem does it solve? When an AI agent claims a task is done, there is no objective proof the work actually passes the project's checks. This Skill runs the project's total verification script and returns a structured PASS / WARN / FAIL verdict so completion claims are grounded in real test and check results. ## Core Features & Use Cases - Single-command verification: Invokes .harness/scripts/verify_all.sh and captures stdout, stderr, and the exit code. - Structured verdicts: Maps exit codes to PASS (0), WARN (1), or FAIL (2) and prints a per-check summary with failure details. - Task history recording: Appends results to the active task folder's ## verify_all result section and to .harness/scripts/verification_history.log. - Use Case: After a developer agent finishes a feature, run verification before delivery; on FAIL, route the task back with the exact failing checks instead of declaring completion. ## Quick Start Ask the AI to run harness-verify to confirm the current task passes all project checks before marking it done.