ワンクリックで
status
Use when you want to check the status of a Claude Code task — see progress, phase, results, or list all jobs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when you want to check the status of a Claude Code task — see progress, phase, results, or list all jobs
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Use when you want to delegate a coding task to Claude Code — it executes the task and returns results for review
Use when you want to check if Claude Code is installed and ready, or when troubleshooting the plugin
Use when you want to cancel a running Claude Code task
Use when you want to review code changes made by Claude Code — standard review for bugs, or adversarial review to challenge implementation choices
SOC 職業分類に基づく
| name | status |
| description | Use when you want to check the status of a Claude Code task — see progress, phase, results, or list all jobs |
Check the status and results of Claude Code tasks. Shows phase tracking, recent log entries, model evidence, route status, and a bounded diagnostic summary for failed/cancelled jobs.
Call cc_check with appropriate parameters:
cwd (required): absolute path to the user's current workspacecwd only → latest job details (with phase and recent log)job="<id>" → specific job details (accepts prefix matching, e.g. "cc-abc")all=true → list all jobs in a summary tablewait=true → wait for a running job to complete (up to 4 minutes)session=true → filter to current session's jobs onlyPresent the status information to the user, including:
Jobs progress through phases:
starting → Preparing to execute taskexecuting → Claude Code is working on the taskverifying → Verifying the implementationfinalizing → Finalizing changescompleted → Task completed successfullyfailed → Task failedcancelled → Task cancelled by usercc_check with the current workspace's absolute cwd (latest job)cc_check with all=truecc_check with job="cc-abc" (prefix)cc_check with wait=truecc_check with session=true