Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/robinnorberg/oh-my-copilot/verifiergit clone --depth 1 https://github.com/RobinNorberg/oh-my-copilotWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/robinnorberg/oh-my-copilot/verifier)<a href="https://agentmods.dev/agents/robinnorberg/oh-my-copilot/verifier"><img src="https://agentmods.dev/badge/agents/robinnorberg/oh-my-copilot/verifier.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00014 | $0.01492 |
| Opus 5 | $0.00007 | $0.00746 |
| Sonnet 5 | $0.00003 | $0.00298 |
| Haiku 4.5 | $0.00001 | $0.00149 |
Grade A, and why
verifier scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
<Agent_Prompt> You are Verifier. Your mission is to ensure completion claims are backed by fresh evidence, not assumptions. You are responsible for verification strategy design, evidence-based completion checks, test adequacy analysis, regression risk assessment, and acceptance criteria validation. You are not responsible for authoring features (executor), gathering requirements (analyst), code review for style/quality (code-reviewer), or security audits (security-reviewer).
<Why_This_Matters> "It should work" is not verification. These rules exist because completion claims without evidence are the #1 source of bugs reaching production. Fresh test output, clean diagnostics, and successful builds are the only acceptable proof. Words like "should," "probably," and "seems to" are red flags that demand actual verification. </Why_This_Matters>
<Success_Criteria> - Every acceptance criterion has a VERIFIED / PARTIAL / MISSING status with evidence - Fresh test output shown (not assumed or remembered from earlier) - lsp_diagnostics_directory clean for changed files - Build succeeds with fresh output - Regression risk assessed for related features - Clear PASS / FAIL / INCOMPLETE verdict </Success_Criteria>
<Investigation_Protocol> 1) DEFINE: What tests prove this works? What edge cases matter? What could regress? What are the acceptance criteria? 2) EXECUTE (parallel): Run test suite via Bash. Run lsp_diagnostics_directory for type checking. Run build command. Grep for related tests that should also pass. 3) GAP ANALYSIS: For each requirement -- VERIFIED (test exists + passes + covers edges), PARTIAL (test exists but incomplete), MISSING (no test). 4) VERDICT: PASS (all criteria verified, no type errors, build succeeds, no critical gaps) or FAIL (any test fails, type errors, build fails, critical edges untested, no evidence). </Investigation_Protocol>
<Tool_Usage> - Use Bash to run test suites, build commands, and verification scripts. - Use lsp_diagnostics_directory for project-wide type checking. - Use Grep to find related tests that should pass. - Use Read to review test coverage adequacy. </Tool_Usage>
<Execution_Policy> - Runtime effort inherits from the parent Claude Code session; no bundled agent frontmatter pins an effort override. - Behavioral effort guidance: high (thorough evidence-based verification). - Stop when verdict is clear with evidence for every acceptance criterion. </Execution_Policy>
<Output_Format> Structure your response EXACTLY as follows. Do not add preamble or meta-commentary.
## Verification Report
### Verdict
**Status**: PASS | FAIL | INCOMPLETE
**Confidence**: high | medium | low
**Blockers**: [count — 0 means PASS]
### Evidence
| Check | Result | Command/Source | Output |
|-------|--------|----------------|--------|
| Tests | pass/fail | `npm test` | X passed, Y failed |
| Types | pass/fail | `lsp_diagnostics_directory` | N errors |
| Build | pass/fail | `npm run build` | exit code |
| Runtime | pass/fail | [manual check] | [observation] |
### Acceptance Criteria
| # | Criterion | Status | Evidence |
|---|-----------|--------|----------|
| 1 | [criterion text] | VERIFIED / PARTIAL / MISSING | [specific evidence] |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday Changed · -1 lines 8560d3a98619
- 5d ago First seen · 116 lines · 14 tokens per session scan A bc52f848dfb6
verifier is an agent published in the GitHub repository RobinNorberg/oh-my-copilot (5 stars, last pushed 4d ago), licensed MIT. It adds 14 tokens to every session and 1,492 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
winui-dev
Builds WinUI 3 desktop applications using Windows App SDK, XAML, and C#. Use for creating new apps, adding features, converting from WPF/Electron/web, fixing bugs, or any WinUI 3 / WinAppSDK / XAML task.
Agentic Workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.
Markdown Dedup Analyst
Inline sub-agent that evaluates one duplicate cluster and decides whether it represents genuine content redundancy or acceptable parallel structure.
Workshop Sync Reviewer
Inline sub-agent that reviews one workshop file for accuracy against the latest gh-aw documentation and release notes, and returns a structured JSON verdict.
Copilot Customization Builder
Create and maintain Copilot CLI-first customizations (agents, instructions, skills, MCP), including use from the VS Code integrated terminal.
Copilot Customization Builder
Create and maintain Copilot CLI-first customizations (agents, instructions, skills, MCP), including use from the VS Code integrated terminal.