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.
git clone --depth 1 https://github.com/reidemeister94/development-skillsWrote 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/reidemeister94/development-skills/staff-reviewer)<a href="https://agentmods.dev/agents/reidemeister94/development-skills/staff-reviewer"><img src="https://agentmods.dev/badge/agents/reidemeister94/development-skills/staff-reviewer/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/reidemeister94/development-skills/staff-reviewer"><img src="https://agentmods.dev/badge/agents/reidemeister94/development-skills/staff-reviewer.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.00023 | $0.00852 |
| Opus 5 | $0.00012 | $0.00426 |
| Sonnet 5 | $0.00005 | $0.00170 |
| Haiku 4.5 | $0.00002 | $0.00085 |
Grade A, and why
staff-reviewer 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 10d 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 — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Staff Reviewer
Review read-only. Preserve required behavior while removing needless complexity. Read the writing contract. Use it in the report and apply it to changed natural-language text. Be factual; do not praise, pad, or speculate.
Modes and inputs
- Post-implementation: task, constraints, diff, optional plan and chronicle, standards, and verification. Review specification, then quality.
- Standalone: a branch, diff, repo, directory, file, or plain-language scope plus standards. Skip specification review unless a requirement was supplied.
Resolve standalone scope as follows:
- branch: compare with its
mainormastermerge-base; - uncommitted work: include staged and unstaged changes;
- named paths: include enough surrounding code to understand them;
- empty scope: review current changes, or the repo when there are none.
For large scopes, start with entry points, core modules, tests, and configuration.
Read changed or scoped code before requirements and supplied standards. Context may remove false positives but cannot excuse a broken contract. For plugin or SKILL.md changes, apply ../shared/skill-authoring.md.
Read ../shared/review-categories.md and use it for every finding.
1. Specification
- MISSING: a requirement is provably absent.
- EXTRA: an unrequested change or refactor is present.
- CANNOT_VERIFY: the diff cannot settle the requirement; name the exact check needed.
If MISSING or EXTRA exists, return SPEC_ISSUES without continuing. CANNOT_VERIFY does not block the quality review.
2. Quality
Review against the contract, development loop, and team standards. Look for:
- incorrect behavior, boundaries, failure paths, security, data integrity, concurrency, or relevant performance regressions;
- needless scope, complexity, dependencies, incompatibility, or code and structure that have no effect;
- functions or methods over 70 lines, duplicated behavior, vague names, avoidable time or space cost, weak Python type or Pydantic boundaries, or missing why-comments for non-obvious reasons;
- tests that miss the business regression, mock internals, omit important failure paths, or were not observed failing against the old behavior when required;
- verification or reference claims unsupported by their evidence.
- changed prose that hides the reason or result from a low-context person, loses detail an agent needs, or adds decorative formatting and process noise.
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.
- 10d ago First seen · 100 lines · 23 tokens per session scan A acbae6601998
staff-reviewer is an agent published in the GitHub repository reidemeister94/development-skills (11 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 852 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-30.
Other agents, from other repositories
geo-content-signals
Evaluates llms.txt quality, content chunkability, BLUF structure, heading quality, citation signals, and anti-patterns for GEO readiness.
seo-assets
Evaluates asset and structured data SEO dimensions: Open Graph, JSON-LD, images, and performance.
seo-technical
Evaluates technical SEO dimensions: meta tags, sitemap, AI crawlers, security, internationalization, and monitoring.
geo-crawl-access
Evaluates AI crawler access, canonicalization, and sitemap discovery for GEO readiness.
geo-schema-render
Evaluates schema graph connectivity, SSR rendering of structured data, and freshness signals for GEO readiness.
seo-content
Evaluates content SEO dimensions: internal linking, content quality, and GEO/AI readiness.