# Verification Before Completion

> Ensures tasks are actually done, not just attempted. Use before declaring any task complete.

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

---


# Verification Before Completion

## Checklist

For code changes:
- [ ] Code runs without errors
- [ ] All tests pass
- [ ] Specific requirement is demonstrably met
- [ ] No regressions in existing tests

For files:
- [ ] File exists at expected path
- [ ] Content matches intent

For APIs:
- [ ] Endpoint responds correctly
- [ ] Error cases handled
- [ ] Auth works

## The Rule

If you cannot fully verify a step, do not mark it complete.
Note exactly what remains unverified and why.

