# Home Verification Before Completion

> Ground progress and completion claims in fresh tool evidence. Use before reporting work complete, fixed, passing, ready to commit, or ready to publish, especially after agent delegation.

- Skill: `nwiizo/home-verification-before-completion` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nwiizo/home-verification-before-completion`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nwiizo/home-verification-before-completion/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: nwiizo (https://skillmd.com/u/nwiizo)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/nwiizo/home-verification-before-completion

---


# Verification Before Completion

Match each material claim to current evidence and the risk of the change.

- Run checks relevant to the final changed state and read their exit codes.
  Reuse current-session results while the tested state and dependencies remain
  unchanged; do not rerun a passing check just to complete a ritual.
- A fix needs the original reproduction or an equivalent regression check.
  A formatter does not prove a build, and a unit test does not prove integration.
- Inspect delegated artifacts and their verification evidence. An agent's
  completion message alone is insufficient.
- Report failed and unavailable checks with the affected limit on confidence.
  Do not treat an empty output, a skipped check, or a blocked environment as a pass.
- Separate completed edits from unresolved verification. Repeat a blocked check
  only after something relevant changes.

Use a safe red/green comparison when it adds meaningful confidence. Do not
revert user work or manufacture a failure merely to claim the sequence occurred.

