Files
nexus/wiki/concepts/Reviewer.md
2026-04-15 15:02:52 +08:00

710 B
Raw Blame History

title, type, tags, last_updated
title type tags last_updated
Reviewer concept
agent
skill
design-pattern
2026-04-15

Reviewer

定义

Google 5 种 Agent Skill 设计模式之一,把"检查什么"和"怎么检查"完全分离的 Skill 模式。

核心机制

审查标准存放在 references/review-checklist.md指令保持静态agent 动态加载特定审查标准,强制输出按严重程度分组的结构化结果。

优势

换清单文件即可切换审计类型,无需修改 skill 基础设施:

  • Python 风格检查 → OWASP 安全检查
  • 代码审查 → 架构审查

Connections