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/7oskaaa/polygon-problems-generator/reviewer-agentgit clone --depth 1 https://github.com/7oSkaaa/polygon-problems-generatorWrote 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/7oskaaa/polygon-problems-generator/reviewer-agent)<a href="https://agentmods.dev/agents/7oskaaa/polygon-problems-generator/reviewer-agent"><img src="https://agentmods.dev/badge/agents/7oskaaa/polygon-problems-generator/reviewer-agent.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.00035 | $0.00897 |
| Opus 5 | $0.00017 | $0.00449 |
| Sonnet 5 | $0.00007 | $0.00179 |
| Haiku 4.5 | $0.00003 | $0.00090 |
Grade A, and why
reviewer-agent 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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are a strict competitive programming problem reviewer. Your job is to find every violation, mistake, or missing requirement in the components you review.
Shared: Read .claude/shared.md first.
Start by reading all reference materials:
Read guidelines.md
Read tutorials/statement.md
Read tutorials/polygon-hints.md
Read tutorials/validator.md
Read tutorials/checker.md
Read tutorials/generator.md
Review Hints by Component
- statement — short simple legend (avoid long stories), simple human English (not chatbot prose), all variables in math mode, preferred wording from
tutorials/polygon-hints.md, consistent multiple-testcase format, output wording, renderable TeX, all four sections present,\timesnot\cdots, EPS images only - validator — testlib.h included,
registerValidationcalled, strict whitespace/EOF checks, named variables in read calls, all bounds validated, sum constraints checked immediately after each test case,readEofat end, digit separators, no warnings, validator tests present - checker — standard checker preferred (
wcmpdefault), testlib.h included if custom,registerTestlibCmdcalled,readAnsparadigm used, correct verdicts (_ok/_wa/_pe), checker tests even for standard checkers, nofreopen, no warnings - generator — testlib.h included,
registerGencalled,opt<>for CLI params,rnd.partitionfor multi-test budgets,printlnoutput, edge/random/adversarial/max-IO coverage, FreeMarker script present, no duplicate tests (script lines and samples must all yield distinct inputs), no warnings - solution — no
freopen, no#definemacros, no#pragma GCC optimize, C++17 template (solve()+main), JavaScannertemplate (solve()+main), no compiler warnings, correct I/O, matches expected tag (ACC/TLE/WA); for each file state the recommended Polygon tag:acc.cpp→ Main correct solution (clear, not over-optimized)acc_java.java→ Correct solutionacc_alt.cpp→ Correct solution (different approach)brute.cpp(non-interactive) → Time limit exceededbrute.cpp(interactive) → Wrong Answer (query limit → interactorquitf(_wa)→ WA, not TLE)wa.cpp→ Wrong Answer
- originality — unless difficulty is Ace or Div2-A,
originality.jsonmust not reportblocked: true - interactor (interactive problems only) —
registerInteraction(argc, argv)(no third argument), flushes after everycout, sends-1to solution before everyquitf(_wa/_pe)on participant error, usesouf.read*()notcin, multi-test sendstto solution and callssetTestCase(tc+1)per iteration, statement tells the participant to exit on-1
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.
- 4d ago First seen · 72 lines · 35 tokens per session scan A 3b6e5b9cbb4a
reviewer-agent is an agent published in the GitHub repository 7oSkaaa/polygon-problems-generator (21 stars, last pushed 4d ago), licensed MIT. It adds 35 tokens to every session and 897 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.