Agent PR审查
- 作者仓库星标 54,444
- 作者仓库 ruflo
Agent Coordination Skill
Purpose
Spawn and coordinate agents for complex multi-agent tasks.
Agent Types
Core Development
coder, reviewer, tester, planner, researcher
V3 Specialized
security-architect, security-auditor, memory-specialist, performance-engineer
Swarm Coordination
hierarchical-coordinator, mesh-coordinator, adaptive-coordinator, collective-intelligence-coordinator
Consensus
byzantine-coordinator, raft-manager, gossip-coordinator, consensus-builder
GitHub
pr-manager, code-review-swarm, issue-tracker, release-manager
SPARC
sparc-coord, sparc-coder, specification, pseudocode, architecture, refinement
Commands
Spawn Agent
npx claude-flow agent spawn --type coder --name my-coder
List Agents
npx claude-flow agent list --filter active
Agent Status
npx claude-flow agent status --id agent-123
Agent Metrics
npx claude-flow agent metrics --id agent-123
Stop Agent
npx claude-flow agent stop --id agent-123
Pool Management
npx claude-flow agent pool --size 5 --type coder
Routing Codes
| Code | Task | Agents |
|---|---|---|
| 1 | Bug Fix | coordinator, researcher, coder, tester |
| 3 | Feature | coordinator, architect, coder, tester, reviewer |
| 5 | Refactor | coordinator, architect, coder, reviewer |
| 7 | Performance | coordinator, perf-engineer, coder |
| 9 | Security | coordinator, security-architect, auditor |
Best Practices
- Use hierarchical topology for coordination
- Keep agent count under 8 for tight coordination
- Use specialized agents for specific tasks
- Coordinate via memory, not direct communication
- 流狐分类
- AI 智能
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @ruvnet · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 需简单配置
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- macOS · Linux · Windows
- 底层运行要求
- 未声明
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- Shell 执行
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Spawn and coordinate agents for complex multi-agent tasks.
Agent Types
coder, reviewer, tester, planner, researcher
security-architect, security-auditor, memory-specialist, performance-engineer
hierarchical-coordinator, mesh-coordinator, adaptive-coordinator, collective-intelligence-coordinator
byzantine-coordinator, raft-manager, gossip-coordinator, consensus-builder
# Agent Coordination Skill
## Purpose
Spawn and coordinate agents for complex multi-agent tasks.
## Agent Types
### Core Development
`coder`, `reviewer`, `tester`, `planner`, `researcher`
### V3 Specialized
`security-architect`, `security-auditor`, `memory-specialist`, `performance-engineer`
### Swarm Coordination
`hierarchical-coordinator`, `mesh-coordinator`, `adaptive-coordinator`, `collective-intelligence-coordinator`
### Consensus
`byzantine-coordinator`, `raft-manager`, `gossip-coordinator`, `consensus-builder`
### GitHub
`pr-manager`, `code-review-swarm`, `issue-tracker`, `release-manager`
### SPARC
`sparc-coord`, `sparc-coder`, `specification`, `pseudocode`, `architecture`, `refinement`
## Commands
### Spawn Agent
```bash
npx claude-flow agent spawn --type coder --name my-coder
```
### List Agents
```bash
npx claude-flow agent list --filter active
```
### Agent Status
```bash
npx claude-flow agent status --id agent-123
```
### Agent Metrics
```bash
npx claude-flow agent metrics --id agent-123
```
### Stop Agent
```bash
npx claude-flow agent stop --id agent-123
```
### Pool Management
```bash
npx claude-flow agent pool --size 5 --type coder
```
## Routing Codes
| Code | Task | Agents |
|------|------|--------|
| 1 | Bug Fix | coordinator, researcher, coder, tester |
| 3 | Feature | coordinator, architect, coder, tester, reviewer |
| 5 | Refactor | coordinator, architect, coder, reviewer |
| 7 | Performance | coordinator, perf-engineer, coder |
| 9 | Security | coordinator, security-architect, auditor |
## Best Practices
1. Use hierarchical topology for coordination
2. Keep agent count under 8 for tight coordination
3. Use specialized agents for specific tasks
4. Coordinate via memory, not direct communication 作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Purpose → Agent Types → Core Development → V3 Specialized → Swarm Coordination → Consensus
要点 -> 原文未标出关键词
文件/命令 -> coder · reviewer · tester · planner · researcher · security-architect · security-auditor · memory-specialist
内容 SHA-256 -> 671a37a5c987
原文结构
适用与边界
原文中的明确线索
coder、reviewer、tester、planner、researcher、security-architect、security-auditor、memory-specialist