agent-assistant-report

Route multi-agent /report outputs through Agent Assistant for consolidated reports.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-assistant-report
Source: https://github.com/hainamchung/agent-assistant/tree/main/code-assistants/codex-assistant/skills/agent-assistant-report
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill agent-assistant-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route multi-agent reports through the Agent Assistant to organize reporting tasks.

Core Features & Use Cases

  • Unified routing directs /report outputs to the appropriate agent responses.
  • Multi-agent orchestration coordinates actions across agent roles to generate consolidated reports.
  • Use Case: When a user issues /report, generate a combined incident summary from all agents.

Quick Start

Invoke /report to route a multi-agent report through Agent Assistant.

Frequently Asked Questions about agent-assistant-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I route a multi-agent report across different agent roles?

You can route a multi-agent report by issuing the /report command, which directs outputs through the Agent Assistant to coordinate actions and generate consolidated incident summaries across agent roles.

What is multi-agent report routing used for in a Codex environment?

Multi-agent report routing organizes reporting tasks by directing /report outputs to appropriate agent responses, generating combined logs, summaries, or incident reports across multi-agent roles.

Do I need a specific environment to generate consolidated incident summaries with /report?

Yes, generating consolidated incident summaries requires a Codex multi-agent environment that loads rules from ~/.codex/skills/agent-assistant/rules/RUNTIME/00-boot.md and resolves skills from the matrix-skills directory.

How do I generate a combined incident summary from all agents?

Invoke the /report command to route the request through the Agent Assistant, which orchestrates multi-agent actions to compile and return a unified incident summary from all participating agents.

Can I use this workflow to organize logs for specific agent roles?

Yes, the unified routing directs /report outputs to the appropriate agent responses, allowing you to organize and generate logs or summaries tailored to specific agent roles within the multi-agent environment.