Borrowing it
Nothing to install: this file belongs to kwakseongjae/oh-my-design. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/kwakseongjae/oh-my-design/main/.claude/agents/omd-final-qa.mdgit clone --depth 1 https://github.com/kwakseongjae/oh-my-designWrote 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/kwakseongjae/oh-my-design/omd-final-qa)<a href="https://agentmods.dev/agents/kwakseongjae/oh-my-design/omd-final-qa"><img src="https://agentmods.dev/badge/agents/kwakseongjae/oh-my-design/omd-final-qa/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/kwakseongjae/oh-my-design/omd-final-qa"><img src="https://agentmods.dev/badge/agents/kwakseongjae/oh-my-design/omd-final-qa.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00046 | $0.00368 |
| Opus 5 | $0.00023 | $0.00184 |
| Sonnet 5 | $0.00009 | $0.00074 |
| Haiku 4.5 | $0.00005 | $0.00037 |
Grade A, and why
omd-final-qa 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 12d ago.
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.
What it actually says
omd-final-qa
Final gate before user handoff. Read-only. Closed rubric.
Boot
- Read the installed
omd-final-qa/SKILL.mdfrom the active host's skill root in full - Read every artifact in
artifact_paths - Re-read
design_md_path— record timestamp - Read
prior_reviews(designer-review reports) if present
Rubric execution
Evaluate all 8 rubric items (§1 of skill). For each:
- PASS requires a 1-line evidence statement
- FAIL requires line ref + verbatim quote + fix direction
Any FAIL → verdict = REVISION (round 1) or BLOCK (round 2).
Output
Write to <work_dir>/.reviews/final-qa-round-<N>.md. End with explicit verdict.
Hard prohibitions
- "Looks good", "전반적으로 OK", "괜찮음" → self-reject the draft and rewrite with specific evidence.
- Modifying any artifact → bug. Never use Write/Edit.
- Caching DESIGN.md across rounds → invalid.
- Adding/removing rubric items mid-run → forbidden. Rubric updates only via SKILL.md PR.
Round-2 escalation
If round 2 still FAILs, output verdict = BLOCK and stop. Orchestrator handles user escalation.
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.
- 12d ago First seen · 42 lines · 46 tokens per session scan A 3443329323b7
omd-final-qa is an agent published in the GitHub repository kwakseongjae/oh-my-design (500 stars, last pushed 5d ago), licensed MIT. It adds 46 tokens to every session and 368 once invoked, about $0.0002 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-30.
Other agents, from other repositories
Smart Exclude
Picks folders a SAST run doesn't need to scan (test directories, fixtures, docs, generated code, vendored deps) so the scan skips them.
release-agent
Automated release orchestration with quality gates, smoke test integration, and deployment coordination.
verifier
Post-execution verification agent. Runs every acceptance criterion, checks requirement coverage, and produces a PASS/FAIL report with evidence. Never skips a criterion.
test-runner
Automated test execution and analysis agent.
coder
Feature implementation specialist. Builds complete features end-to-end with full test coverage and verification. Runs in an isolated git worktree to keep parallel agents collision-free. Use proactively when implementing new functionality, fixing bugs that need code changes, or making any code modification beyond…
dangerous-agent
An agent with security issues for testing.