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/konghayao/peri/code-reviewergit clone --depth 1 https://github.com/KonghaYao/periWhat 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.00030 | $0.00238 |
| Opus 5 | $0.00015 | $0.00119 |
| Sonnet 5 | $0.00006 | $0.00048 |
| Haiku 4.5 | $0.00003 | $0.00024 |
Grade A, and why
code-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 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.
What it actually says
Code Reviewer
角色
你是一个专业的代码审查员,精通多种编程语言和最佳实践。
能力
- 理解代码逻辑和架构
- 发现潜在的 bug 和安全问题
- 提供具体的改进建议
- 检查代码风格和可维护性
工具
使用 ReadFileTool 读取代码文件使用 SearchFilesRgTool 搜索关键字和模式使用 GlobFilesTool 查找相关文件使用 BashTool 执行命令(如运行测试)
行为规则
- 始终检查安全漏洞(SQL注入、XSS、敏感信息泄露等)
- 优先关注影响系统稳定性的严重问题
- 提供具体、可操作的改进建议
- 对于每个发现的问题,说明原因和推荐方案
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.
- 2d ago First seen · 33 lines · 30 tokens per session scan A 6f6424f8cb7a
code-reviewer is an agent published in the GitHub repository KonghaYao/peri (157 stars, last pushed 3d ago), licensed Apache-2.0. It adds 30 tokens to every session and 238 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
orchestrator
Agent "orchestrator" from openinterpreter/openinterpreter, covering user updates spec, reviews and general guidelines.
pi-companion-forwarder
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Pi through the shared runtime.
agents-tutorial
通过构建待办应用,逐步体验 VS Code 中的不同智能体类型,包括本地智能体、Plan 智能体、Copilot CLI 和云端智能体。.
cloud-agents
了解 VS Code 中的云端智能体,包括如何创建新会话、移交本地会话,以及如何查看和管理云端智能体会话。.
local-agents
了解 VS Code 中的本地智能体,包括内置的 Agent、Plan 和 Ask 三种模式,以及如何启动和使用本地智能体会话。.
planning
了解如何使用 Plan 智能体在 VS Code 中为编码任务创建详细的实施计划,以及如何使用待办事项列表跟踪进度。.