forge-status

Generate runtime status dashboards for code-forge with JSON output.

13|4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ggombee/code-forge --skill forge-status-ggombee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-status
Source: https://github.com/ggombee/code-forge/tree/main/skills/forge-status
Command: npx skills add https://github.com/ggombee/code-forge --skill forge-status-ggombee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a unified view of the runtime status of the code-forge environment, including REFLECT flags, quality events, notepad/decisions, and usage statistics.

Core Features & Use Cases

  • Runtime Status Dashboard: Offers a single view of the current runtime status of code-forge, including REFLECT flags, quality events, and usage statistics.
  • External Tool Integration: Provides a JSON output suitable for integration with tools like forge-glow and CI systems.
  • Customization Options: Allows users to customize the output by specifying options like --week for weekly quality trends or --reflect for detailed REFLECT flag information.

Quick Start

Run the /forge-status command to get a human-readable report of the code-forge status.

Frequently Asked Questions about forge-status

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

FAQPage Schema
How do I monitor code-forge runtime status and quality events?

You can monitor code-forge runtime status by running the /forge-status command to generate a human-readable dashboard that includes REFLECT flags, quality events, and usage statistics.

Can I get code-forge usage statistics in JSON format for CI integration?

Yes, code-forge usage statistics support JSON output, enabling seamless integration with external tools like CI systems and forge-glow for automated runtime status monitoring.

What is the best way to view weekly quality trends in code-forge?

View weekly quality trends by running the status dashboard with the --week customization option, which generates a focused report on code-forge quality events over the past week.

How do I check detailed REFLECT flag information in the code-forge environment?

Check detailed REFLECT flag information by executing the status command with the --reflect option, which surfaces specific flag details within the code-forge runtime status dashboard.

Does the code-forge dashboard require any external dependencies to display runtime status?

No, the code-forge dashboard operates as a standalone script with zero dependencies, directly reading the environment to display runtime status, quality events, and usage statistics.