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

24 lines
710 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Reviewer"
type: concept
tags: [agent, skill, design-pattern]
last_updated: 2026-04-15
---
# Reviewer
## 定义
Google 5 种 Agent Skill 设计模式之一,把"检查什么"和"怎么检查"完全分离的 Skill 模式。
## 核心机制
审查标准存放在 references/review-checklist.md指令保持静态agent 动态加载特定审查标准,强制输出按严重程度分组的结构化结果。
## 优势
换清单文件即可切换审计类型,无需修改 skill 基础设施:
- Python 风格检查 → OWASP 安全检查
- 代码审查 → 架构审查
## Connections
- [[Agent Skill 设计模式]]:所属分类
- [[Pipeline]]:可组合,在最后 double-check 成果