analysis-status

Display real-time statuses of analysis chains via a CLI interface.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill analysis-status
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: analysis-status
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/analysis-status
Command: npx skills add https://github.com/oogDZ/2 --skill analysis-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Display the statuses of analysis chains (one or all) to help teams monitor progress and keep dashboards up to date.

Core Features & Use Cases

  • Single-chain and all-chains status view to quickly assess progress across pipelines.
  • Dashboard synchronization to refresh README or project docs with current statuses.
  • CLI-driven workflow that accepts a chain number, --all, or --update for flexible monitoring.

Quick Start

Use /analysis-status <NNNN> to check a single chain, or /analysis-status --all to display all chains.

Frequently Asked Questions about analysis-status

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

FAQPage Schema
How do I monitor the real-time status of analysis chains in a spec-driven workflow?▼

You can monitor analysis chain status by using a simple CLI interface that accepts a specific chain number to display real-time progress for single-chain tracking within spec-driven workflows.

What is the best way to check the progress of all analysis pipelines at once?▼

Checking all analysis pipelines is done by passing the --all argument to the CLI, which retrieves and renders the current statuses across every chain to support comprehensive progress monitoring.

How do I synchronize project dashboards and README files with current analysis statuses?▼

To synchronize dashboards and README files with current analysis statuses, use the --update CLI command, which refreshes project documentation to reflect the latest pipeline progress.

Can I use this CLI tool for dashboard maintenance without external dependencies?▼

Yes, this CLI tool operates without external dependencies, using an internal Python script to handle data retrieval and rendering for dashboard maintenance and status updates.

Does analysis-status support viewing individual pipeline progress by chain number?▼

Analysis-status supports viewing individual pipeline progress by accepting a specific chain number as a CLI argument, delegating to an internal script to retrieve and render data for that single chain.

Why use a CLI-driven workflow for monitoring analysis chains instead of a manual dashboard?▼

A CLI-driven workflow for monitoring analysis chains enables rapid progress checks and README synchronization directly from the terminal, eliminating the overhead of manually opening and updating project dashboards.