What problem does it solve?
When running multi-agent AgentHub sessions, it is hard to know which agents are still working, how many commits each branch has, and whether results are ready to evaluate. This Skill consolidates session status into a single readable report.
Core Features & Use Cases
- Session Overview: Runs session_manager.py to show the task, agent count, and base branch for the latest or a specified session.
- DAG Analysis: Runs dag_analyzer.py to report per-agent branch names, commit counts, and frontier status.
- Board Activity Feed: Reads recent progress and results posts via board_manager.py, then suggests next steps such as running /hub:eval when all agents have posted results.
- Use Case: After launching three agents to optimize API response time, run /hub:hub-status to see that two agents are still benchmarking while one has posted final results.
Quick Start
Ask the agent to show the current AgentHub session status, or run /hub:hub-status with an optional session ID.