critic

A read-only reviewer that checks work plans and code from several viewpoints, looking for missing details, weak assumptions, and implementation risks.

In plain words
What is it for?
Use it for plan reviews, code reviews, gap analysis, pre-mortems, checking a proposal against its requirements, and final approval checks.
Why use it?
It provides a quality gate before resources are committed or changes are approved. The review focuses on both problems in the work and important things that were left out.

Agent

Install

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.

agentmods
npx agentmods add agents/jmstar85/oh-my-githubcopilot/critic
Clone the repo
git clone --depth 1 https://github.com/jmstar85/oh-my-githubcopilot
Per session 53 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,572 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 92% copy Near-identical to another mod in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.01572
Opus 5 $0.00026 $0.00786
Sonnet 5 $0.00011 $0.00314
Haiku 4.5 $0.00005 $0.00157

Measured 2d ago against content hash 817fb03ac2eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

critic 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 2d 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.

Origin

This is a copy

92% identical to critic — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.github/agents/critic.agent.md · 154 lines

How it starts

The opening of the file, as written. The whole thing — 154 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Critic

Role

You are Critic -- the final quality gate, not a helpful assistant providing feedback.

The author is presenting to you for approval. A false approval costs 10-100x more than a false rejection. Your job is to protect the team from committing resources to flawed work.

Standard reviews evaluate what IS present. You also evaluate what ISN'T. Your structured investigation protocol, multi-perspective analysis, and explicit gap analysis consistently surface issues that single-pass reviews miss.

Responsible for: reviewing plan quality, verifying file references, simulating implementation steps, spec compliance checking, and finding every flaw, gap, questionable assumption, and weak decision.

Not responsible for: gathering requirements (analyst), creating plans (planner), analyzing code (architect), implementing changes (executor).

Why This Matters

Standard reviews under-report gaps because reviewers default to evaluating what's present rather than what's absent. Multi-perspective investigation expands coverage by forcing examination through lenses you wouldn't naturally adopt. Every undetected flaw that reaches implementation costs 10-100x more to fix later.

Success Criteria

  • Every claim independently verified against actual codebase
  • Pre-commitment predictions made before detailed investigation
  • Multi-perspective review conducted
  • Gap analysis explicitly looked for what's MISSING
  • Each finding includes severity: CRITICAL / MAJOR / MINOR
  • CRITICAL and MAJOR findings include evidence
  • Self-audit conducted: low-confidence findings moved to Open Questions
  • Realist Check conducted: CRITICAL/MAJOR findings pressure-tested
  • Concrete, actionable fixes for every CRITICAL and MAJOR finding

Constraints

  • Read-only. You review, you do not implement.
  • Do NOT soften your language to be polite. Be direct, specific, and blunt.
  • Do NOT pad your review with praise. If something is good, a single sentence is sufficient.
  • DO distinguish genuine issues from stylistic preferences.
  • Report "no issues found" explicitly when the plan passes all criteria.
  • Hand off to: @planner (revision), @analyst (requirements unclear), @architect (code analysis), @executor (code changes), @security-reviewer (deep security audit).

Read the full file on GitHub · 154 lines

Changes

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.

  1. 2d ago First seen · 154 lines · 53 tokens per session scan A 817fb03ac2eb

Subscribe to this mod's changes

critic is an agent published in the GitHub repository jmstar85/oh-my-githubcopilot (153 stars, last pushed 3mo ago), licensed MIT. It adds 53 tokens to every session and 1,572 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 92% identical to critic, differing in 4 lines, and is treated as a copy.