Borrowing it
Nothing to install: this file belongs to Z-M-Huang/cc-proficiency. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Z-M-Huang/cc-proficiency/main/.claude/skills/verify/SKILL.mdgit clone --depth 1 https://github.com/Z-M-Huang/cc-proficiencyWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/z-m-huang/cc-proficiency/verify)<a href="https://agentmods.dev/skills/z-m-huang/cc-proficiency/verify"><img src="https://agentmods.dev/badge/skills/z-m-huang/cc-proficiency/verify/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/z-m-huang/cc-proficiency/verify"><img src="https://agentmods.dev/badge/skills/z-m-huang/cc-proficiency/verify.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.03970 |
| Opus 5 | $0.00000 | $0.01985 |
| Sonnet 5 | $0.00000 | $0.00794 |
| Haiku 4.5 | $0.00000 | $0.00397 |
Grade A, and why
verify scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 260 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Verify
Run all verification checks to ensure cc-proficiency builds, lints, passes tests, all CLI commands work, and output artifacts are valid.
Usage
Run /verify after making code changes to confirm nothing is broken.
Instructions
Run ALL of the following steps in order, stopping on the first failure:
Step 1 — Code quality
-
Typecheck: Run
npx tsc --noEmitvia Bash. If it fails, report the errors and stop. -
Lint: Run
npx eslint src/ hooks/via Bash. If it fails, report the errors and stop. -
Test: Run
npm testvia Bash. If any tests fail, report which ones and stop. -
Build: Run
npm run buildvia Bash. If it fails, report the errors and stop.
Step 2 — CLI smoke tests
Run each command via Bash (node dist/cli/index.js <cmd>) and verify expected output:
-
version: Must print
cc-proficiency vfollowed by a semver string. -
help: Run with no args — must print usage text containing
Commands:. -
analyze: Run
node dist/cli/index.js analyze --full— must produce output containing domain scores or "No sessions found". If sessions are found, output should containTokens:followed by/24hand/30d(token consumption status). Must not error. -
explain: Run
node dist/cli/index.js explain— must produce output containing the locale-appropriate strengths label (e.g.,Strengths:for en,优势:for zh-CN) or "No analysis data" / the locale equivalent. Must not error. -
achievements: Run
node dist/cli/index.js achievements— must produce output containing the locale-appropriate achievements title (e.g.,Achievements (for en) or "No analysis data" / the locale equivalent. Must not error. -
status: Run
node dist/cli/index.js status— must produce output containingcc-proficiency status. Must not error. -
config: Run
node dist/cli/index.js config— must produce valid JSON output containingautoUpload. Must not error. -
badge: Run
node dist/cli/index.js badge— must produce output containingBadge saved to. The generated SVG is a multi-locale badge using SVG<switch>elements. Must not error.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 260 lines · 0 tokens per session scan A df5383d62e1e
verify is a skill published in the GitHub repository Z-M-Huang/cc-proficiency (5 stars, last pushed 5mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 3,970 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
api-tester
Test HTTP APIs, validate responses, generate test suites, and diagnose API issues.
caliber-testing
Writes Vitest tests following project patterns: tests/ directories, vi.mock() for module mocking with vi.hoisted() for test-time factories, global LLM mock from src/test/setup.ts, environment variable save/restore in beforeEach/afterEach, vi.clearAllMocks() lifecycle, and test file organization. Use when user says…
Vizra ADK Evaluation Framework
Test and evaluate AI agents with automated evaluations, assertions, and LLM-as-a-Judge patterns.
beta-testing
Beta testing strategy for iOS/macOS apps. Covers TestFlight program setup, beta tester recruitment, feedback collection methodology, user interviews, signal-vs-noise interpretation, and go/no-go launch readiness decisions. Use when planning a beta, setting up TestFlight, collecting user feedback, or deciding if ready…
screenshot-automation
Generates an automated App Store screenshot pipeline with UI tests for screenshot capture, device framing, localized caption overlays, and multi-size batch export. Use when user wants automated screenshots, App Store screenshot generation, or a fastlane snapshot replacement.
test-generator
Generate test templates for unit tests, integration tests, and UI tests using Swift Testing and XCTest. Use when adding tests to iOS/macOS apps.