技能 error-debugging-multi-agent-review
📦

error-debugging-multi-agent-review

安全

编排多代理代码审查

协调多个AI代理执行全面的代码审查,在安全、架构、性能和质量领域提供专业见解。

支持: Claude Codex Code(CC)
🥉 74 青铜
1

下载技能 ZIP

2

在 Claude 中上传

前往 设置 → 功能 → 技能 → 上传技能

3

开启并开始使用

测试它

正在使用“error-debugging-multi-agent-review”。 Review my web application for security issues

预期结果:

  • Security findings: SQL injection risk in user input handling
  • XSS vulnerability in dashboard rendering
  • Missing authentication middleware on /admin routes

正在使用“error-debugging-multi-agent-review”。 Analyze my microservices architecture

预期结果:

  • Architecture recommendation: Implement circuit breaker pattern
  • Design pattern: Consider event-driven communication between services
  • Compliance: API versioning strategy needed

正在使用“error-debugging-multi-agent-review”。 Check performance bottlenecks

预期结果:

  • Performance issue: N+1 query in user service
  • Optimization: Add caching layer for frequently accessed data
  • Memory concern: Large dataset loading without pagination

安全审计

安全
v1 • 2/24/2026

All 27 static findings are false positives. The skill is a markdown documentation file describing a multi-agent code review orchestration tool. The scanner incorrectly identified markdown code fences as shell commands, and random text as cryptographic algorithms. No actual security risks were found. This is a safe, legitimate skill for coordinating AI-powered code reviews.

1
已扫描文件
219
分析行数
0
发现项
1
审计总数
未发现安全问题
审计者: claude

质量评分

38
架构
100
可维护性
87
内容
50
社区
100
安全
91
规范符合性

你能构建什么

全面安全审查

通过路由到专业安全代理,在整个代码库中运行协调的安全审计

架构验证

通过顺序的架构审查来验证系统设计和架构模式

性能分析

通过协调代码区域的性能分析代理来识别性能瓶颈

试试这些提示

基本多代理审查
Use the error-debugging-multi-agent-review skill to review my codebase for quality issues. Target: $ARGUMENTS
安全重点审查
Use the error-debugging-multi-agent-review skill to perform a security audit. Route primarily to security-auditor agents. Target: $ARGUMENTS
混合并行审查
Use the error-debugging-multi-agent-review skill to run parallel security and architecture reviews. Target: $ARGUMENTS
顺序工作流审查
Use the error-debugging-multi-agent-review skill to run sequential design-review, implementation-review, and testing-review phases. Target: $ARGUMENTS

最佳实践

  • 在开始审查前明确定义代理角色和专业领域
  • 对独立的审查类型使用并行执行以节省时间
  • 实施冲突解决机制来处理代理之间的分歧

避免

  • 运行过多代理导致输出相互冲突
  • 跳过顺序阶段而代理的见解依赖于先前结果
  • 不将结果汇总综合成统一报告

常见问题

此技能中有哪些可用的代理?
该技能支持代码质量审查员、安全审计员、架构专家、性能分析师、合规验证员和最佳实践专家。
我可以并行运行代理吗?
是的,该技能支持混合执行,并行代理用于独立审查,顺序处理用于依赖性见解。
此技能执行代码吗?
不,这是一个编排技能,用于协调AI代理。它不直接执行代码或进行安全扫描。
冲突解决是如何工作的?
该技能检测矛盾建议,基于代理专业领域应用加权评分,并将复杂冲突升级供人工审查。
支持哪些输入格式?
该技能接受文件路径、Git仓库引用和代码片段作为审查输入。
此技能适合生产安全审查吗?
此技能协调AI驱动的审查,但应补充而非取代生产系统的专用安全工具和人工专家审查。