๐Ÿ”
QualityJavaScript

Verify

by Piebald-AI

Verify is a Quality skill for Claude Code, published by Piebald-AI in claude-code-system-prompts.

12.3K stars2K forkson Piebald-AI/claude-code-system-promptsAdded 2026/08/14Repository updated 2026/08/14
claude-codeclaude-code-system-promptssystem-prompts
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/Piebald-AI/claude-code-system-prompts/tree/main/system-prompts ~/.claude/skills/system-prompts

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/Piebald-AI/claude-code-system-prompts.git

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

In this catalog

Source file
system-prompts/skill-verify-skill.md in Piebald-AI/claude-code-system-prompts
Installs to
~/.claude/skills/system-prompts
Collection
One of 4 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Verify does

Verify drives the affected runtime surface of a code change to observe behavior end-to-end, providing evidence that the change works before commit. Use it before committing nontrivial changes, not for tests-only or docs-only diffs.

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

Documentation

README

Commands Verify provides

Slash commands named in this skillโ€™s SKILL.md, listed in the order they first appear.

  • /run-skill-generator

Frequently asked about Verify

  • What else does Piebald-AI publish alongside Verify?

    Verify is one of 4 skills that DirSkills catalogs from Piebald-AI/claude-code-system-prompts, the repository it ships in. Its siblings there include Invoke Skill, Server API Change Verification and Verify CLI Changes. Each one is a separate skill with its own page in this directory, installs the same way Verify does, and is maintained by Piebald-AI in that same repository. The rest of the collection is listed on the Piebald-AI/claude-code-system-prompts page.

  • How does Verify compare to other Quality skills?

    Verify ranks #170 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.