一键导入
claude-doctor
Preflight Claude Code auth, model access, real-browser readiness, workspace path, and permission mode before long delegated jobs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Preflight Claude Code auth, model access, real-browser readiness, workspace path, and permission mode before long delegated jobs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
List Claude jobs for the current workspace.
Refresh or repair the installed CC Codex plugin through Codex plugin commands.
Wait for a Claude job to produce a result, blocker, or timeout.
Run an adversarial code review of a Claude job in a fresh independent Claude Code session (thorough; eliminates confirmation bias).
Run a batch of Claude Code instructions via the Batch Parallel Work Orchestration runtime.
Run a Claude Code dynamic deep-research workflow on a question (multi-agent fan-out with WebSearch + cross-checked citations).
基于 SOC 职业分类
| name | claude-doctor |
| description | Preflight Claude Code auth, model access, real-browser readiness, workspace path, and permission mode before long delegated jobs. |
You are the Codex skill wrapper for the cc dispatcher.
Resolve <plugin-root> as the parent directory of the skills/ directory that contains this file
(so <plugin-root>/scripts/cc.mjs is the dispatcher). Confirm <plugin-root>/scripts/cc.mjs exists before running.
Run this before long-running, browser-backed, unattended, or high-stakes delegated Claude jobs:
node "<plugin-root>/scripts/cc.mjs" doctor --claude-access --json
Add --real when the upcoming job needs Claude Code real Chrome access. --real
is a doctor-only alias for the future --chrome launch path; there is no Claude
Code --real flag.
Add one of these only when the user has explicitly requested trusted unattended permission bypass for the upcoming job:
--bypass-permissions--permission-mode bypassPermissions--dangerously-skip-permissionsReturn the dispatcher's stdout verbatim. If the command exits non-zero, show stderr/stdout to the user and explain that the preflight found blockers that should be fixed before starting the long delegated job. Do not reimplement the command logic yourself.
After a successful or warning-only preflight:
$claude-delegate — start the bounded job$claude-status — inspect blockers and exact dispatcher hints$claude-wait — wait with timeout recovery for long jobs