From evaluator
Evidence-based completion check. Run before claiming any task is done. Prevents the trust-then-verify gap. Use after implementing a feature, fix, or refactor.
npx claudepluginhub artmin96/forge-studio --plugin evaluatorThis 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.
Facilitates interactive brainstorming sessions using diverse creative techniques and ideation methods. Activates when users say 'help me brainstorm' or 'help me ideate'.
From Anthropic's best practices: "The single highest-leverage thing you can do is include tests, screenshots, or expected outputs so Claude can verify its own work."
Before marking this task complete, answer EVERY question:
git diff --stat to confirmPick one or more:
Actually run it. Show the output. Don't say "it should work" — show that it DOES work.
Quote the actual output — don't paraphrase it. Copy-paste the real test output, build output, or command result. If you can't quote real output, you haven't verified.
Bad: "Tests pass successfully."
Good: "Output: Tests: 42 passed, 0 failed (0.83s)"
VERIFIED: [Yes/No]
METHOD: [tests/build/manual/type-check]
EVIDENCE: [One line summary of proof]
REMAINING RISK: [What could still go wrong, or "None identified"]
If you CANNOT verify the change:
UNVERIFIED: Cannot verify this change.
NEEDED: [What would be needed to verify — test command, expected output, etc.]
Never claim work is done without evidence. Evidence, not assertions.