Enforces evidence-based validation before marking any task, gate, or milestone complete. Triggers on "gate", "validate completion", "evidence check", "mark complete". Rejects vague claims. Requires specific file paths, command output, or line numbers as proof.
From cc-setupnpx claudepluginhub krzemienski/cc-setup --plugin cc-setupThis skill uses the workspace's default tool permissions.
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.
NEVER accept vague completion claims.
NEVER mark a gate PASSED without cited evidence.
ALWAYS require specific file paths, line numbers, or command output.
ALWAYS verify build passes and no regressions exist before passing any gate.
Any completion claim containing the following phrases is automatically rejected:
| Phrase | Why It Fails |
|---|---|
| "should work" | Speculation — not observation |
| "looks good" | Visual impression — not verified behavior |
| "seems fine" | Hedged — not confirmed |
| "I believe it works" | Belief — not evidence |
| "probably working" | Probability — not proof |
| "tested locally" | Unverified — no artifact cited |
Before any gate can be marked PASSED, all of the following must be satisfied:
npm run build exit 0)### Gate: [Gate name or milestone]
**PASSED** / **FAILED** / **BLOCKED**
Build: `<command>` → exit <code> (cite output line)
Regressions: None detected — <what was checked and how>
Evidence:
- `<path/to/file>` line <N>: "<quoted content>"
- `<command output excerpt>`
A gate is BLOCKED when any checklist item is unresolved. A BLOCKED gate cannot be promoted to PASSED without completing the missing items.
If a completion claim is made without evidence:
Never soft-approve to unblock velocity. A false PASSED is worse than a delay.