From supervibe
Use BEFORE any claim of works/fixed/complete/passing/done to run a verification command and show its output as evidence — bans assertion without command output. Triggers: 'проверь', 'evidence', 'докажи что работает', 'верификация'.
npx claudepluginhub vtrka/supervibe --plugin supervibeThis skill is limited to using the following tools:
ALWAYS, before saying any of: "works", "fixed", "complete", "passing", "done", "ready", "shipped", "merged", "deployed".
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
ALWAYS, before saying any of: "works", "fixed", "complete", "passing", "done", "ready", "shipped", "merged", "deployed".
The single line that calls this skill: evidence before assertion, always.
Follow docs/references/skill-expert-operating-standard.md: start from source of truth, preserve retrieval evidence, apply scope safety, use real producers with runtime receipts for durable delegated outputs, verify before completion claims, and keep confidence below gate when evidence is partial.
Read:
package.json scripts / composer.json scripts / Makefile targets that the project blesses for verification.If no canonical commands documented: STOP and ask the user which commands count as verification for this project.
What is being claimed?
├─ Code change → run typecheck + tests + lint, show output
├─ Bug fix → run the failing test, show pre-fix FAIL + post-fix PASS
├─ Performance improvement → run benchmark BEFORE and AFTER, show numbers
├─ Build / CI passes → run the build command, show exit code 0
├─ Visual / UI change → take screenshot, paste path; or open in browser, describe what user sees
├─ Documentation accurate → grep the documented thing exists, show match
└─ External call works (API) → run the call, show response
Claim: <what was claimed>
Command: <exact command run>
Exit code: <0 or N>
Output (verbatim):
<captured output>
Verdict: PASS | FAIL
Returns:
verdict: PASS or FAILclaim: original claim stringcommand: exact command executedexit-code: integeroutput: full stdout+stderr verbatimIf verdict is FAIL, the calling agent MUST NOT proceed with the claim.
When verification is run after scaffold/genesis/adapt work, keep tool verification separate from project application health:
Project verification failed after genesis section.This skill's correct application is itself verifiable:
supervibe:audit includes a discipline check: scan transcripts for "done"/"works"/"fixed" claims and check the preceding 5 messages for verification command output.confidence-discipline.md — the broader gate this skill enforces at the per-claim levelanti-hallucination.md — verification is the antidote to hallucination