forge:dashboard

Aggregate FORGE state into a read-only snapshot of runs, gates, and board.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Chulf58/FORGE --skill forge-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge:dashboard
Source: https://github.com/Chulf58/FORGE/tree/main/skills/dashboard
Command: npx skills add https://github.com/Chulf58/FORGE --skill forge-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only, registry-backed snapshot of the FORGE state to help operators quickly understand what's running, which gates are awaiting approval, and what the latest completions look like.

Core Features & Use Cases

  • Compact, registry-backed view of active runs, gates awaiting approval, recent completions, and board summary for quick situational awareness.
  • Useful during feature cycles to verify plan status, gate readiness, and progress across multiple runs without disturbing the session.
  • Provides a stable, fetch-only view that can be cited in reviews or planning gates.

Quick Start

Ask FORGE to render the current runs and board snapshot for the active session.

Frequently Asked Questions about forge:dashboard

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

FAQPage Schema
How do I view the current status of FORGE runs and board state?

Viewing FORGE status requires rendering a read-only snapshot that aggregates active runs, pending gates, recent completions, and board summary into four distinct sections for quick situational awareness.

What is the best way to monitor pending gates awaiting approval during a feature cycle?

Monitoring pending gates involves fetching a registry-backed snapshot that highlights approvals needed alongside active runs, letting operators verify gate readiness without disturbing the session.

Can I use this dashboard snapshot for reviews or planning gates without altering active runs?

Yes, the fetch-only snapshot provides a stable, read-only view of the FORGE state for reviews or planning gates without inventing intermediate states or modifying active runs.

Does the FORGE dashboard require any external dependencies to render pipeline runs?

No external dependencies are required; the dashboard relies solely on the MCP tool as the single source of truth to aggregate and present the current state of pipeline runs.

What information is included in the FORGE board and runs snapshot?

The snapshot includes four sections: Active runs, Gates awaiting approval, Recent completions, and Board, delivering a concise overview of feature cycle progress and operator status.

When should I avoid using a read-only snapshot for monitoring pipeline gates?

Avoid using a read-only snapshot when you need to approve gates, modify run states, or trigger actions, as it only aggregates and presents data without writing changes back to the registry.