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/TestAny-io/testany-agent-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/commands/testany-io/testany-agent-skills/api-reviewer)<a href="https://agentmods.dev/commands/testany-io/testany-agent-skills/api-reviewer"><img src="https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/api-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/commands/testany-io/testany-agent-skills/api-reviewer"><img src="https://agentmods.dev/badge/commands/testany-io/testany-agent-skills/api-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.00012 | $0.00371 |
| Opus 5 | $0.00006 | $0.00186 |
| Sonnet 5 | $0.00002 | $0.00074 |
| Haiku 4.5 | $0.00001 | $0.00037 |
Grade A, and why
api-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 9d 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
API Reviewer
启动 API Contract 评审流程。作为进入 HLD/LLD/实现前的门禁,检测 PRD→Contract 漂移与契约完整性。
使用方式
提供文档路径:
$ARGUMENTS
API 审查在研发流程中的位置
PRD → API Writer → API Contract → [API Reviewer] → HLD/LLD/实现
审查框架
采用四道门审查:
- Gate 1 - 基线与覆盖:PRD 基线、范围/所有权、映射覆盖率
- Gate 2 - 协议完整性:各协议必填项检查
- Gate 3 - 漂移与冲突:PRD 漂移、重复造轮子、兼容冲突
- Gate 4 - 兼容性与演进:版本策略、破坏性变更、幂等与错误语义
准出门槛
- P0 = 0(任一 P0 即阻断)
- P1 = 0(任一 P1 即不通过)
- P2 ≤ 2(超过 2 个 P2 不通过)
必需产出
- 审查报告(含问题清单和证据)
- 准出证书(通过时)
请提供 Contract 路径开始评审。建议同时提供 PRD 和 Index(如为多协议)。
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.
- 9d ago First seen · 43 lines · 12 tokens per session scan A 3844cb442833
api-reviewer is a command published in the GitHub repository TestAny-io/testany-agent-skills (81 stars, last pushed yesterday), licensed MIT. It adds 12 tokens to every session and 371 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 commands, from other repositories
connector-review
Review DataHub connector code for standards compliance and quality.
api-style-review
Review SAP API style compliance for REST, OData, OpenAPI, SDK naming, documentation, and lifecycle readiness.
fec-doc-sync
Sync README, docs, environment variables, scripts, API/routing/component descriptions and deployment instructions from code and project sources of truth.
document
On-demand documentation generation — API docs, architecture updates, user guides.
api-review
Review the current code or API against API design principles — identifies violations and suggests improvements.
evaluate-connector
Evaluate a Fivetran connector for correctness, SDK compliance, security, and reliability.