cstatus

Displays the current Correctless workflow phase, time in phase, and gated commands.

65|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/joshft/correctless --skill cstatus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cstatus
Source: https://github.com/joshft/correctless/tree/main/correctless/skills/cstatus
Command: npx skills add https://github.com/joshft/correctless --skill cstatus

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show current Correctless workflow state, available commands, and suggested next steps. Run anytime to see where you are.

Core Features & Use Cases

  • Indicates the current workflow phase and time spent in that phase.
  • Presents available commands and recommended next steps to advance the workflow.
  • Helps teams quickly validate setup and identify blockers on the active branch.

Quick Start

Run /cstatus to view your current phase, invocation context, and recommended next steps.

Frequently Asked Questions about cstatus

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

FAQPage Schema
How do I check the current workflow phase and time spent in that phase?

You can check the current workflow phase and time spent by reading project configuration and state files to present the active phase, time in phase, and gated commands.

How can I see available commands and recommended next steps for my pipeline?

To see available commands and recommended next steps, run a status check that reads your workflow state files and presents suggested actions to advance the pipeline.

What is the best way to quickly validate my project setup and identify blockers on the active branch?

The best way to validate setup and identify blockers on the active branch is to run a concise status display that reads your project configuration and highlights current workflow blockers.

Why does my workflow status show gated commands and how do I use them?

Workflow status shows gated commands by reading project state files to present actions restricted to the active phase, guiding you on what to execute next to advance.

Do I need specific configuration files to display my Correctless workflow status?

Yes, displaying Correctless workflow status requires reading existing project configuration and state files to accurately present the active phase, time spent, and available commands.