eforge-status

Solid

Check eforge run status and queue state via daemon tools

AI & Automation 66 stars 4 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 87/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /eforge:status Quick inline status check — queries the eforge daemon for current run state and queue contents. ## Workflow ### Step 0: Validate Config Call `eforge_config` with `{ action: "validate" }`. - If `configFound` is `false`, stop and tell the user: "No eforge config found. Run `/eforge:init` to initialize eforge in this project." - Otherwise, continue. ### Step 1: Get Run Status Call the `eforge_status` tool (no parameters needed). - If the response indicates no active sessions, report: > No active eforge builds. Use `/eforge:build` to enqueue work. - **Stop here** if no active sessions. ### Step 2: Render Status Parse the JSON response and display: **Session**: `{sessionId}` **Status**: `{status}` (running / completed / failed) #### Plan Progress If the response contains plan-level status, render a table: | Plan | Branch | Status | Dependencies | |------|--------|--------|-------------| | `{planId}` | `{branch}` | `{status}` | `{dependsOn}` | Status values: `pending`, `running`, `completed`, `failed`, `blocked`, `merged` ### Step 3: Queue State Call the `eforge_queue_list` tool (no parameters needed). Parse the response. If PRD files are found, display a summary: **Queue**: `{count}` pending PRD(s) For each pending PRD, show the title. If there are more than 5, show the first 5 and a count of remaining. ### Step 4: Summary If the overall status is `running`, show: > The daemon is processing the build in the background. Use `/eforge:status`...

Details

Author
eforge-build
Repository
eforge-build/eforge
Created
2 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category