com um clique
result-aggregation
Aggregate parallel agent results into concise output
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Aggregate parallel agent results into concise output
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Pre-action boundary checking — validates agent tool calls against declared capabilities and task contracts
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
Multi-LLM adversarial consensus loop — 3+ LLMs compete to find flaws in designs/specs until unanimous agreement is reached
Monitor Claude Code releases and auto-generate GitHub issues for each new version
Execute OpenAI Codex CLI prompts and return results
YAML-based DAG workflow engine with topological execution and failure strategies
| name | result-aggregation |
| description | Aggregate parallel agent results into concise output |
| scope | core |
| user-invocable | false |
Aggregate and format results from multiple parallel agent executions into concise, scannable output.
[Batch Complete] {completed}/{total}
├── {agent}: {icon} {summary}
├── {agent}: {icon} {summary}
└── {agent}: {icon} {summary}
[Batch Complete] {completed}/{total}
[1] {agent-name}
Status: {success|failed|partial}
Target: {file/path}
Result: {summary}
[2] {agent-name}
Status: {success|failed|partial}
Target: {file/path}
Result: {summary}
[Batch Complete] {completed}/{total} ({failures} failed)
Failures:
├── {agent}: {error summary}
└── {agent}: {error summary}
Successes:
├── {agent}: ✓ {summary}
└── {agent}: ✓ {summary}
| Icon | Status | Use When |
|---|---|---|
| ✓ | Success | Task completed successfully |
| ✗ | Failed | Task failed with error |
| ⚠ | Warning | Completed with warnings |
| ⏳ | Pending | Still in progress |
| ⊘ | Skipped | Task was skipped |
order:
- Failed results first (need attention)
- Warnings second
- Successes last
- Within category: alphabetical by agent
ecomode_on:
max_length: 50 characters
truncate_with: "..."
ecomode_off:
max_length: 200 characters
allow_multiline: true
group_by:
- status (success/failed/warning)
- agent_type (when mixed types)
- target_path (when same agent, different targets)
Secretary receives:
- List of agent results
- Ecomode status
- User display preferences
Secretary outputs:
- Aggregated summary using this skill
- Individual details if requested
When ecomode active:
- Use compact format
- One line per agent
- Icons for status
- Truncate long summaries
[Batch Complete] 4/4
├── lang-golang-expert: ✓ src/main.go - 2 issues (1 naming, 1 error handling)
├── lang-python-expert: ✓ scripts/*.py - Clean
├── lang-rust-expert: ⚠ lib/core.rs - 1 unsafe block flagged
└── lang-typescript-expert: ✓ web/app.tsx - 3 suggestions
[Batch Complete] 3/4 (1 failed)
✗ lang-kotlin-expert: Skill not found: kotlin-best-practices
✓ lang-golang-expert: Agent created at .codex/agents/lang-golang-expert.md
✓ lang-python-expert: Agent created at .codex/agents/lang-python-expert.md
✓ lang-rust-expert: Agent created at .codex/agents/lang-rust-expert.md
[Batch Complete] 5/5
Agents Audited:
├── mgr-creator: ✓ All refs valid
├── mgr-updater: ✓ All refs valid
├── mgr-supplier: ⚠ 1 deprecated ref
├── lang-golang-expert: ✓ All refs valid
└── lang-python-expert: ✓ All refs valid
Summary: 5 agents checked, 1 warning