Verify your current Claude Code Hero quest level. Use when the learner types /verify, asks to check their work, or wants to see quest progress.
From claude-code-heronpx claudepluginhub kylesnowschwartz/claude-code-hero --plugin claude-code-heroThis skill is limited to using the following tools:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
Verify quest completion for Claude Code Hero. The CLI is the source of truth -- do not perform semantic evaluation.
$ARGUMENTS
<current_level>
!jq '.current_level' .claude/claude-code-hero.json
</current_level>
Always pass a level number to the CLI.
/verify 5 -- user gave a level number. Run ruby scripts/cli.rb verify 5. Report PASS or FAIL. Done./verify -- no argument. Run ruby scripts/cli.rb verify <current_level>. Report PASS or FAIL. Done.