status

Retrieve AgentHub session status, branch progress, and board activity.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill status-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/agenthub/skills/status
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill status-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly understand the current state of an AgentHub session without manually checking branches, commits, or progress updates.

Core Features & Use Cases

  • Session overview: Summarizes the active session, task, base branch, and number of agents.
  • DAG and branch status: Reports frontier status, branch names, and commit counts so you can see how work is progressing.
  • Board activity review: Pulls recent progress and results updates to show what agents have completed.
  • Use case: Use it when you want a fast health check on a multi-agent engineering run and need to know whether to wait, review results, or continue execution.

Quick Start

Use the status skill to show the latest AgentHub session progress and branch state.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check AgentHub session progress and branch status?

To check AgentHub session progress, retrieve the active session summary, base branch, agent count, and commit counts. This read-only status reporting provides a quick health check on your DAG-based workflow without modifying repository state.

What is DAG frontier status and when do I need to check it?

DAG frontier status represents the current edge of progress in a directed acyclic graph workflow. You need to check it during multi-agent engineering runs to see active agents, completed work, and running tasks to decide whether to wait, review, or continue execution.

How do I get a quick health check on a multi-agent engineering run?

Get a quick health check on a multi-agent engineering run by pulling recent board activity and progress updates. This summarizes what agents have completed and shows whether you should wait for results, review completed work, or continue execution.

Can I review recent board activity and completed agent tasks without modifying repository state?

Yes, you can review recent board activity and completed agent tasks through read-only status reporting. This session-specific lookup retrieves progress updates and results without modifying repository state, ensuring safe visibility into active agents and running tasks.

Does AgentHub status reporting show commit counts across different branches?

Yes, AgentHub status reporting shows commit counts across different branches. It reports branch names and frontier status so you can see how work is progressing across the DAG-based workflow and understand the current state of each active agent.