Installs just this skill. Get the whole plugin for auto-invocation.
⚡ How it fires
How this skill gets triggered: by you, by Claude, or both.
Fires itselfClaude auto-loads it when your prompt matches the work.
You can call itInvoke it directly when you want it.
Slash command/skill-verification-gate
👁️ Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when about to declare work complete, fixed, passing, or done
📊 Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
📦 Ships with octo
</> SKILL.md
skill-verification-gate.SKILL.md
---name: skill-verification-gate
effort: low
description: "Use when about to declare work complete, fixed, passing, or done"
trigger: |
AUTOMATICALLY ACTIVATE when:
- About to claim work is complete, fixed, or passing
- Before committing, creating PRs, or marking tasks done
- After subagent reports success (verify independently)
- Before moving to next task in a workflow
paths:
- "**/test*"
- "**/*.test.*"
---# Verification Gate
## The Iron Law
<HARD-GATE>
NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
</HARD-GATE>
If you haven't run the verification command in this turn, you cannot claim it passes.
## The Gate
Before claiming any success or expressing satisfaction:
1. **IDENTIFY** — What command proves this claim?
2. **RUN** — Execute the full command (fresh, not cached)
3. **READ** — Full output, check exit code, count failures
4. **VERIFY** — Does output actually confirm the claim?
5. **ONLY THEN** — State the claim WITH evidence