by csy-csy123 · Agent Tool · ★ 60
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
PR Review Agent Council 面向中文用户的 Debate Council PR Review Agent。项目基于 的 Agent 工程思路改造,用 Python + Aliyun DashScope/Qwen 实现一个只读 PR Review Agent:读取 Git diff 和 PR 描述,组织多个 reviewer 生成候选问题,再通过 debate loop 对 finding 进行质疑、补证、反驳、合并和裁决,最后输出标准化报告,并可用 AI Judge 做质量评估。 当前默认模式是 。旧的 仍然保留,作为固定 workflow baseline,方便复现、教学和效果对比。 本项目适合用来学习: 多 Agent 协作审查代码。 Tool Calling 和只读代码工具设计。 Skill Loading 如何把审查规范注入 prompt。 Debate Loop 如何区别于固定 workflow。 ReportWriterAgent 如何把 LLM 输出约束为固定 JSON。 AI Judge 如何作为 review quality 的辅助评价指标。 详细中文教程见:docs/中文教程-Agent简历面试.md 功能概览 Debate Council 默认审查模式:以 运行,多名 reviewer 先提出候选 finding,再由 Lead Debate Controller 动态决定质疑、补证、反驳、合并、接受或拒绝。 多 Agent 分工协作:内置 Security、Correctness、Test、Maintainability、Critic、Lead、ReportWriter、Judge 等角色,把 PR Review 拆成覆盖、质检、裁决和评估多个阶段。 动态 Debate Loop:不同于固定 workflow,系统会围绕每个 finding 的证据质量和误报风险进行多轮处理,重点提升有效问题质量,而不是单纯增加问题数量。 只读 Tool Calling:通过 、、、、、受控 等工具观察仓库,避免 Agent 凭空猜测。 Skill Loading:从 加载审查规范、严重级别定义和 finding schema,并注入 reviewer、critic、lead、report writer 的 prompt。 FindingLifecycle + EvidenceStore:记录 candidate、challenged、accepted、rejected、downgraded 等状态,并为每个 finding 绑定 diff 行、文件上下文、critic notes 和裁决理由。 标准化 ReportWriterAgent:LLM 只能输出固定 JSON schema,Markdown...
| Stars | 60 |
| Forks | 3 |
| Language | Python |
| Category | Agent Tool |
| Quality Score | 64.7542033316798/100 |
| Last Updated | 2026-05-24 |
| Created | 2026-04-30 |
| Platforms | claude-code, python |
| Est. Tokens | ~11k |
These tools work well together with pr-review-agent-council for enhanced workflows:
Looking for a pr-review-agent-council alternative? If you're comparing pr-review-agent-council with other agent tool tools, these 6 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
🚀 JoySafeter: An enterprise AI Agent Platform—Not just chatting. building、running、testing, and tracing autono
An introduction to the world of AI Agents
All-in-one MCP server that can connect your AI agents to any native endpoint, powered by UTCP
Polymcp provides a simple and efficient way to interact with MCP servers using custom agents
Notion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context
Open source AI coding platform with Web IDE, multi-agent system, 37+ tools, MCP protocol. MIT licensed.
Explore other popular agent tool tools:
pr-review-agent-council is 学习 learn-claude-code 后的 PR Review Agent 实践项目:构建 Debate Council 多 Agent 审查、Tool Calling、结构化报告与 AI Judge 评估。. It is categorized as a Agent Tool with 60 GitHub stars.
pr-review-agent-council is primarily written in Python. It covers topics such as ai-agent, ai-judge, learn-claude-code.
You can find installation instructions and usage details in the pr-review-agent-council GitHub repository at github.com/csy-csy123/pr-review-agent-council. The project has 60 stars and 3 forks, indicating an active community.
The top alternatives to pr-review-agent-council on Agent Skills Hub include JoySafeter, oreilly-ai-agents, utcp-mcp. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.