status-reporter

Featured

Show current pipeline state — in-progress tasks, current stage, elapsed time, accrued cost, ETA. Use when user runs /status or asks "what's the pipeline doing right now" or "is anything still running". Read-only — does not modify state.

AI & Automation 43 stars 13 forks Updated 3 days ago Apache-2.0

Install

View on GitHub

Quality Score: 89/100

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

Skill Content

# Status Reporter The user can't see what's happening during a 30-minute /article run. This skill gives them visibility on demand. ## When to invoke - `/status` — show all in-progress tasks (default) - `/status <task_id>` — show specific task detail - User asks: "is the pipeline still running?", "where are we?", "what's happening?" - After any "looks stuck" complaint ## How to invoke ```bash # All in-progress tasks python -m scripts._core.status_reporter # Specific task python -m scripts._core.status_reporter --task-id <id> # Machine-readable python -m scripts._core.status_reporter --all --json ``` ## Output format (human-readable) ``` ━━ Task abc123 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Project: my-fishing-site State: RUNNING Phase: build Stage: section-drafting (11/27) Progress: [████████░░░░░░░░░░░░] 40.7% Elapsed: 12m32s Idle for: 18s Cost: $0.7234 (est. total $1.78) ETA: ~14m remaining ``` ## What gets surfaced - **Stuck pipelines** — `Idle for >5min` → suggest `/resume` - **Veto flags** — T04 fabricated stat, C01 fabricated citation, etc. - **Repair level** — if escalating, surface (level 3+ means problems) - **Cost trajectory** — alerts if track will exceed per-article budget ## What this skill does NOT do - ❌ Restart/resume the pipeline (that's `/resume`) - ❌ Kill stuck tasks (no destructive ops via /status) - ❌ Show historical completed task details (use task workspace directly) ## Common output interpretations | Patt...

Details

Author
XuanRanL
Repository
XuanRanL/loamwright-SEO-Skill
Created
2 weeks ago
Last Updated
3 days ago
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category