Search the documentation
9 pages for /verify.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
PDF Processing
Claude Developer Platform · in the page
agents-and-tools/agent-skills/best-practices
…elds.json output.pdf` **Step 5: Verify output** Run: `python scripts/verify_output.py output.pdf` If verification fails, return to Step 2. ```` Clear steps prevent Claude from skipping critical va…
Best practices for Claude Code
Claude Code CLI · in the page
best-practices
…browser screenshot](/docs/en/chrome) compared against a design. Run [`/verify`](/docs/en/skills#run-and-verify-your-app) yourself after Claude's check passes to confirm the change against the running…
Claude Code changelog
Claude Code CLI · in the page
changelog
…"2.1.215" description="July 19, 2026"> * Claude no longer runs the `/verify` and `/code-review` skills on its own; invoke them with `/verify` or `/code-review` when you want them </Update> <Update…
Commands
Claude Code CLI · in the page
commands
…works like skills you write yourself: a prompt handed to Claude. * `/verify` runs only when you invoke it. Before v2.1.215, Claude could also run `/verify` on its own. * **[Workflow](/docs/en/workfl…
Prompt library
Claude Code CLI · in the page
prompt-library
…attempt. To check the finished change against the running app, run [`/verify`](/docs/en/skills#run-and-verify-your-app). ```text wrap theme={null} write the migration, run it against the dev databas…
Run prompts on a schedule
Claude Code CLI · in the page
scheduled-tasks
…true`](/docs/en/skills#frontmatter-reference), including the bundled `/verify` skill * Skills withheld from Claude by a [`skillOverrides`](/docs/en/skills#override-skill-visibility-from-settings) sett…
Extend Claude with skills
Claude Code CLI · in the page
skills
…s some bundled skills automatically when relevant; others, including `/verify`, run only when you invoke them, which keeps you in control of when these longer-running checks spend time and tokens. Bu…
Create custom subagents
Claude Code CLI · in the page
sub-agents
…the same set of skills Claude can invoke. This includes the bundled `/verify` skill: only you can run it, so it can't be preloaded either. If a listed skill is missing or disabled, for example by yo…
Week 30 · July 20–24, 2026
Claude Code CLI · in the page
whats-new/2026-w30
…sation and the findings arrive when it completes</div> <div><code>/verify</code>, <code>/code-review</code>, and <code>/deep-research</code> run only when you invoke them; Claude no longer launche…