# Compound V Verify

> Mandatory checklist before claiming a task is done. Ensures verification, clean code, and accurate reporting. Use before saying "done" or "complete". Use when this capability is needed.

- Skill: `tomevault-io/compound-v-verify` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/compound-v-verify`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/compound-v-verify/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/compound-v-verify

---


# Verification Before Completion

Before reporting a task as done, run through this checklist.

## When to use this skill

- before telling the user a task is complete
- before moving to the next plan step
- before writing a review or execution summary

## The checklist

1. **Requirements** — Re-read the task description. Confirm all requirements are met and no details or edge cases were missed.
2. **Tests** — Run the full test suite, not just the tests you wrote. Confirm all pass.
3. **Code cleanliness** — Remove commented-out code, debug prints, and placeholder TODOs.
4. **Warnings** — Check for and resolve linter warnings, compiler warnings, and deprecation notices.
5. **Verification commands** — Run the exact verification commands from the plan step. Confirm expected output.
6. **Documentation** — Update relevant docs if you changed behavior, APIs, CLI flags, or configuration.

## Statement of completion

When you announce completion, include:

- What you did (1-2 lines)
- How you verified it (exact commands + results)

Example: "Step 3 complete. Added auth middleware to `lib/auth/plug.ex`. Verified: `mix test test/auth/` — 8 tests, 0 failures."

## Never

- Say "done" without running verification commands
- Skip the checklist because "it's simple"
- Move to step N+1 if step N is not verified

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/shermanhuman) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-14 -->

