Verification skill
Verify Skill
Require fresh terminal evidence before an agent claims work is complete.
Install command
AI DevKit installs its built-in skills as one curated set. Run this once to install verify with the rest of the built-in workflow skills.
npx ai-devkit@latest skill add --built-inWhat it does
Use verify at the end of implementation, debugging, documentation, or release work. It makes completion claims evidence-based by requiring fresh command output such as tests, lint, build, or targeted checks.
When to use it
- Stop agents from saying work is done without proof
- Collect fresh lint, test, build, or smoke-check output
- Close a task with concrete verification evidence
Supported agents
Related skills
Orchestrate requirements, design, planning, implementation, testing, and review.
Guide debugging with expected behavior, reproduction, root cause analysis, and validation.
Apply test-driven development by writing a failing test before production code.
Use AI DevKit memory as a durable knowledge layer for reusable project context.