Verification-before-completion discipline ensuring all success criteria are met, tests pass, and reviews complete before declaring work done.
Scanned 5/29/2026
Install to Claude Code
npx -y skills add a5c-ai/babysitter --skill verification --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Verification?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/a5c-ai-verification)More formats (shields.io, HTML) on the badges page.
---
name: verification
description: Verification-before-completion discipline ensuring all success criteria are met, tests pass, and reviews complete before declaring work done.
allowed-tools: Read, Bash, Grep, Glob, Agent, AskUserQuestion
---
# Verification Before Completion
## Overview
Ensures no step or phase is declared complete without running verification. All success criteria must be met before finishing.
## When to Use
- After each implementation step
- At phase checkpoints
- Before final completion declaration
- When validating that all acceptance criteria are met
## Verification Checklist
1. All automated tests pass
2. Manual verification steps confirmed
3. Code review completed (APPROVE or APPROVE_WITH_NITS)
4. Security review passed
5. Plan document updated with completion status
6. All success criteria from the plan are satisfied
7. No untracked deviations from the plan
## Key Rules
- Never declare done without running verification
- Document any verification failures
- Verification failures halt progress until resolved
## Tool Use
Integrated into `methodologies/rpikit/rpikit-implement` (step execution and completion)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!