status

Display active or recent Claude Code jobs with status output.

161|28|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/sendbird/cc-plugin-codex --skill status-sendbird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/sendbird/cc-plugin-codex/tree/main/skills/status
Command: npx skills add https://github.com/sendbird/cc-plugin-codex --skill status-sendbird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you quickly see the status of Claude Code jobs within the repository, reducing context-switching and waiting time.

Core Features & Use Cases

  • View active and recently completed Claude Code jobs for the current Codex workspace.
  • Inspect per-job status details, including progress, wait times, and results when available.
  • Use cases include monitoring ongoing reviews, rescues, and background tasks without leaving Codex.

Quick Start

Run the status skill to view all active and recent Claude Code jobs in the repository.

Frequently Asked Questions about status

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

FAQPage Schema
How do I check the status of active Claude Code jobs in my repository?

You can monitor Claude Code jobs by running the status skill, which identifies and displays active or recent jobs along with their progress, wait times, and results within the current Codex workspace.

Can I monitor a specific Claude Code job by its ID?

Yes, you can monitor a specific Claude Code job by passing the job-id as an optional argument to the status skill to inspect that particular job's progress and results.

How do I wait for a background Claude Code job to finish?

You can wait for a background Claude Code job to finish by using the --wait argument, optionally configuring --timeout-ms and --poll-interval-ms to control the polling behavior.

What is the best way to track background code reviews and rescues without leaving Codex?

The best way to track background code reviews and rescues is using the status skill to view all active and recently completed Claude Code jobs directly within your workspace, reducing context-switching.

Can I view all recent Claude Code job results at once?

Yes, you can view all recent Claude Code job results at once by passing the --all argument to the status skill, displaying every recent result within the workspace alongside active jobs.