0%

PR 审查官交付包

概述

PR 审查官是基于 OpenClaw + Claude + Codex 的多 Agent GitHub/GitLab PR 自动审查工作流。

本包包含快速搭建 PR 自动审查所需的全部配置、模板和文档。

目录结构

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
pr-reviewer-pack/
├── README.md # 本文件
├── configs/
│ ├── openclaw-agent.yml # OpenClaw Agent 主配置
│ ├── architecture-agent.yml # 架构审查 Agent 配置
│ ├── quality-agent.yml # 代码质量 Agent 配置
│ └── security-agent.yml # 安全测试 Agent 配置
├── prompts/
│ ├── architecture-review.md # 架构审查 Prompt
│ ├── quality-review.md # 代码质量审查 Prompt
│ ├── security-review.md # 安全测试审查 Prompt
│ └── arbitration.md # 仲裁合并 Prompt
├── github-actions/
│ └── pr-review.yml # GitHub Action 示例
├── examples/
│ ├── sample-pr-diff.txt # 示例 PR diff
│ ├── sample-report.md # 示例审查报告
│ └── webhook-payload.json # 示例 Webhook 数据
├── docs/
│ ├── quickstart.md # 5 分钟快速上手
│ ├── deployment.md # 私有化部署文档
│ ├── prompt-customization.md # Prompt 自定义指南
│ └── troubleshooting.md # 常见问题排查
└── templates/
└── review-report.md # Markdown 报告模板

快速开始

  1. 阅读 docs/quickstart.md 了解 5 分钟快速上手
  2. 复制 configs/ 下的配置到你的 OpenClaw 实例
  3. 配置 GitHub Webhook 指向你的 OpenClaw 服务
  4. docs/deployment.md 完成私有化部署

定价

联系方式