hub-status

Display DAG state, agent branches, and board activity for an AgentHub session.

25.3k|3.6k|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/alirezarezvani/claude-skills --skill hub-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hub-status
Source: https://github.com/alirezarezvani/claude-skills/tree/main/engineering/agenthub/skills/hub-status
Command: npx skills add https://github.com/alirezarezvani/claude-skills --skill hub-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

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.

Frequently Asked Questions about hub-status

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

FAQPage Schema
How do I check the status of an AgentHub session?

Run /hub:hub-status with no arguments to see the latest session, or pass a session ID like /hub:hub-status 20260317-143022 for a specific one. The output shows agent branches, commit counts, frontier status, and recent board activity.

What information does the hub-status output include?

The report shows the session ID and state, the task description, agent count, and base branch. It also lists each agent's branch, commit count, frontier status, last update time, and recent progress or results posts from the board.

Can I check status for an older AgentHub session?

Yes, pass the session ID as an argument, for example /hub:hub-status 20260317-143022. Without an argument, the command defaults to the most recent session.

What should I do after all agents have posted results?

When the status shows all agents have posted results, the Skill suggests running /hub:eval to rank the results. If some agents are still running, it shows which are done versus in-progress so you can wait or check again later.