# Verification Before Completion

> 用于最终验收：当准备声称任务已完成、已修复、已通过，尤其是在最终交付、commit 或 PR 之前，需要新的验证证据时使用。Prefer `systematic-debugging` for 诊断，Prefer `test-driven-development` for 实现过程。

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

---


# verification-before-completion

## Intent
- 用于最终验收：当准备声称任务已完成、已修复、已通过，尤其是在最终交付、commit 或 PR 之前，需要新的验证证据时使用。Prefer `systematic-debugging` for 诊断，Prefer `test-driven-development` for 实现过程。

## Default operating pattern
1. Capture the actual engineering goal and the next decision that matters.
2. Inspect the current code, tests, branch state, or CI context before acting.
3. Take the smallest next action that reduces uncertainty or advances delivery.
4. Collect fresh evidence before claiming progress.
5. Summarize status, risks, and the next recommended step.

## Pack fit
- Included in: `engineering-workflow`, `release-quality`, `skill-authoring`
- Keep examples generic, privacy-safe, and portable across hosts.

## Boundary
- Do not replace earlier debugging or design thinking with a final checklist too early.

