QualityRust

Verify

by mag123c

Verify is a Quality skill for Claude Code, published by mag123c in toktrack.

188 stars20 forkson mag123c/toktrackAdded 2026/09/06+1% in starsRepository updated 2026/09/04
ai-billingai-codingai-costai-toolsanthropicclaude-codeclicodex-clicost-monitorcost-trackingdeveloper-toolsgemini-clillmmulti-cliopenairustterminaltoken-trackertoken-usagetui
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/mag123c/toktrack/tree/main/.claude/skills/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/mag123c/toktrack.git

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

In this catalog

Source file
.claude/skills/verify/SKILL.md in mag123c/toktrack
Installs to
~/.claude/skills/verify
Collection
One of 6 skills cataloged from this repository
Category
Quality1745 skills

What Verify does

Verify runs cargo test, cargo clippy, and cargo fmt in order, retrying on failures to help keep Rust code passing checks. Use it before commits and to confirm changes are actually verified.

Verify is cataloged under Quality on DirSkills. Verify comes from a repository tagged ai-billing, ai-coding, ai-cost, ai-tools and anthropic.

Documentation

README

Verify

Flow

cargo test → cargo clippy → cargo fmt --check
    │            │              │
    └── On fail: fix and retry (notify user after 3 same failures)

Commands

cargo test --quiet
cargo clippy --all-targets --all-features -- -D warnings
cargo fmt --all -- --check

Verification Honesty (MUST — PASS gate)

Verification trustworthiness lies not in "what passed" but in "what was actually executed and passed". Enforced before any PASS verdict.

Skip ≠ Pass

  • Tests marked ignored / #[ignore] are unverified → do not count as green.
  • Tests skipped due to environment (missing external service, platform constraints, etc.) are a BLOCKER. If unfixable, escalate to user as "verification incomplete + reason" rather than PASS.

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

Commands Verify provides

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

  • /review

Frequently asked about Verify

  • What else does mag123c publish alongside Verify?

    Verify is one of 6 skills that DirSkills catalogs from mag123c/toktrack, the repository it ships in. Its siblings there include Clarify, Code Review and Implement. Each one is a separate skill with its own page in this directory, installs the same way Verify does, and is maintained by mag123c in that same repository. The rest of the collection is listed on the mag123c/toktrack page.

  • How does Verify compare to other Quality skills?

    Verify ranks #1629 by stars among the 1745 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.