Skip to main content

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-in

What 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

Claude CodeCodexCursoropencodeGemini CLI

Related skills