QualityTypeScript

Verify

by oboard

Verify is a Quality skill for Claude Code, published by oboard in claude-code-rev.

3.3K stars3.8K forkson oboard/claude-code-revAdded 2026/08/17Repository updated 2026/08/13
claude-code
Install in seconds
Install Verify
Copy Verify into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/oboard/claude-code-rev/tree/main/src/skills/bundled/verify ~/.claude/skills/verify

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/oboard/claude-code-rev.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
src/skills/bundled/verify/SKILL.md in oboard/claude-code-rev
Installs to
~/.claude/skills/verify
Collection
One of 2 skills cataloged from this repository
Category
Quality1354 skills

What Verify does

Verify runs the app, relevant command, or focused server flow after a code change and reports concrete evidence of what passed, what was not verified, and remaining risk. Use it when a task is not finished until the change is exercised.

Verify is cataloged under Quality on DirSkills. Verify comes from a repository tagged claude-code.

Documentation

README

Verify

Use this skill when a task is not finished until the change is exercised.

Goal

Produce a short verification result grounded in execution, not inference. Prefer the narrowest check that proves the changed behavior works.

Workflow

  1. Identify the changed surface area.
  2. Pick the smallest realistic verification path.
  3. Run the relevant command or request flow.
  4. Capture the observable result: exit status, key output, HTTP status, or changed behavior.
  5. Report what passed, what was not verified, and any remaining risk.

Rules

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Verify

  • What else does oboard publish alongside Verify?

    Verify is one of 2 skills that DirSkills catalogs from oboard/claude-code-rev, the repository it ships in. Its siblings there include Claude API. Each one is a separate skill with its own page in this directory, installs the same way Verify does, and is maintained by oboard in that same repository. The rest of the collection is listed on the oboard/claude-code-rev page.

  • How does Verify compare to other Quality skills?

    Verify ranks #400 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Verify against them. Open each page to compare what they document and how they install.