crew-status

Summarize Codex crew plan, run, and cycle state from `.codex/crew/`.

8|1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/JoeCP17/LLM-Dot-files --skill crew-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: crew-status
Source: https://github.com/JoeCP17/LLM-Dot-files/tree/main/codex/skills/crew-status
Command: npx skills add https://github.com/JoeCP17/LLM-Dot-files --skill crew-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly understand the current Codex crew state (plans, runs, cycles, and any review/verification outputs) without manually inspecting the filesystem.

Core Features & Use Cases

  • Summarizes .codex/crew/ state: Reports the latest plan seed, recent cycle/run identifiers, and any present review or verification results.
  • Supports targeted views: Use --run <run-id> to show only a specific run, or --cycle <cycle-id> to show only that cycle.
  • Flags stale state safely: Treats state older than 10 minutes as stale for situational awareness without deleting anything.

Quick Start

Ask the assistant to run the crew-status skill to summarize the current .codex/crew/ state.

Frequently Asked Questions about crew-status

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

FAQPage Schema
How do I check the current status of my Codex crew runs and cycles?

To check the Codex crew status, request a read-only summary of the local `.codex/crew/` directory. This reports the latest plan seed, recent run identifiers, and any present review or verification outputs.

What does it mean when a Codex crew state file is flagged as stale?

A Codex crew state file is flagged as stale when it is older than 10 minutes. This provides situational awareness for troubleshooting without deleting or modifying your existing files.

Can I filter the Codex crew status summary to show only a specific run or cycle?

Yes, you can filter the Codex crew status summary to show only a specific run or cycle. Use the `--run <run-id>` or `--cycle <cycle-id>` flags to target individual runs or cycles.

How do I view review and verification outputs without manually inspecting the filesystem?

You can view review and verification outputs by requesting a crew status check. The tool reads the `.codex/crew/` directory and summarizes the present verification results so you do not need to manually inspect the filesystem.

Does the crew status summary delete old state files from the .codex directory?

No, the crew status summary does not delete old state files from the `.codex/crew/` directory. It safely identifies files older than 10 minutes as stale for situational awareness while remaining strictly read-only.