error-debugging-multi-agent-review
编排多代理代码审查
协调多个AI代理执行全面的代码审查,在安全、架构、性能和质量领域提供专业见解。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“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
安全审计
安全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.
质量评分
你能构建什么
全面安全审查
通过路由到专业安全代理,在整个代码库中运行协调的安全审计
架构验证
通过顺序的架构审查来验证系统设计和架构模式
性能分析
通过协调代码区域的性能分析代理来识别性能瓶颈
试试这些提示
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
最佳实践
- 在开始审查前明确定义代理角色和专业领域
- 对独立的审查类型使用并行执行以节省时间
- 实施冲突解决机制来处理代理之间的分歧
避免
- 运行过多代理导致输出相互冲突
- 跳过顺序阶段而代理的见解依赖于先前结果
- 不将结果汇总综合成统一报告