Auto-sync
This commit is contained in:
23
wiki/concepts/Reviewer.md
Normal file
23
wiki/concepts/Reviewer.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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 成果
|
||||
Reference in New Issue
Block a user