# Verification Before Completion

> Use before claiming any work is complete, fixed, or passing — runs verification commands and confirms output before making success claims.

- Skill: `thedixitjain/verification-before-completion-3` (Agent Skill)
- Install (CLI): `npx skillmds add thedixitjain/verification-before-completion-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thedixitjain/verification-before-completion-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: thedixitjain (https://skillmd.com/u/thedixitjain)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thedixitjain/verification-before-completion-3

---



# Verification Before Completion

## Rule

Never claim "done", "fixed", or "passing" without running verification commands and showing the output.

Evidence before assertions. Always.

## Checklist

Before claiming complete:

- [ ] Run the test suite: show the output
- [ ] Run the linter/formatter: show the output
- [ ] Confirm the specific behavior that was requested works
- [ ] No regressions in previously passing tests

## What to Show

```
Tests: pytest output (N passed, 0 failed)
Lint: ruff/eslint output (clean)
Behavior: [description of manual or automated check]
```

If anything fails: report it honestly. Do not claim partial success as full success.

---

**Source:** [`hashgraph-online/awesome-codex-plugins`](https://github.com/hashgraph-online/awesome-codex-plugins) → `plugins/yimwoo/hotl-plugin/skills/verification-before-completion/SKILL.md`

