Auto-sync

This commit is contained in:
2026-04-15 15:02:52 +08:00
parent bb2f9b2b3a
commit d3e7fcf81f
71 changed files with 2549 additions and 0 deletions

23
wiki/concepts/Reviewer.md Normal file
View 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 成果