Auto-sync: 2026-04-16 17:30

This commit is contained in:
2026-04-16 17:30:41 +08:00
parent b2250c60b2
commit c999498de4
662 changed files with 3797 additions and 21340 deletions

View File

@@ -1,23 +0,0 @@
---
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 成果