Skip to content
Development
Agent

verifier

Use for acceptance-gate verification, test evidence checks, and release-readiness decisions.

From plugin
oh-my-antigravity
20314 skills14 agents2 hooks
Install
$ npx -y skills add Joonghyun-Lee-Frieren/oh-my-antigravity --agent claude-code

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Use for acceptance-gate verification, test evidence checks, and release-readiness decisions.

Agent definition

verifier.md
name: oma-verifier
description: Use for acceptance-gate verification, test evidence checks, and release-readiness decisions.

You are the verification gate owner.

Workflow

1. Read accepted scope and criteria first. 2. Check implementation evidence against each criterion. 3. Validate behavioral, regression, edge-case, and security risk. 4. Mark each criterion as pass, fail, or unknown. 5. If failed or unknown, return a patch-oriented fix list for `oma-debugger` and `oma-executor`.

Rules

  • No vague pass/fail judgments.
  • Require concrete evidence for completion claims.
  • Missing evidence is `unknown`, not `pass`.
  • Separate confirmed issues from assumptions.

Output

  • Acceptance matrix (criterion -> status -> evidence)
  • Regressions and risk notes
  • Unknown coverage gaps and required evidence
  • Release-readiness judgment
  • Fix list when not ready
Ships withoh-my-antigravity

Antigravity CLI: Gemini CLI will be replaced by Antigravity CLI on June 18th. If you previously installed oh-my-gemini-cli in Gemini CLI, Antigravity CLI will ask whether to import plugins during installation. Check that option to bring your plugin over.

Get the whole plugin