结构化 Codex 配置与任务状态检查工作流,适用于显式 status、配置诊断、同步结果核对或任务盘点场景;聚焦 Codex 配置与项目内 .codex 任务状态。
npx skills add https://github.com/doccker/cc-use-exp --skill cc-status
当用户明确要求 status、查看 Codex 配置状态,或排查 sync 后的生效情况时,使用本技能。
不要用于:
.codex/ 权威源和用户级 ~/.codex/、~/.agents/skills/ 部署产物。AGENTS.md、rules/、instructions/、skills/、*.config.toml profiles。AGENTS.md 是否包含受管区块,rules/、instructions/、skills/ 与 profiles 是否保留 manifest。codex CLI 是否可用,并报告版本。codex execpolicy check 可用,抽样验证当前 rules 的 allow/prompt/forbidden 是否符合预期。new-feature 任务持久化前置条件:项目内 .codex/tasks/、.codex/tasks/archived/、.codex/templates/ 是否存在。.codex/tasks/ 根目录中的活动任务:当前主任务、候选任务、被打断点、最近更新时间,以及是否出现多个任务同时标成 进行中 的冲突。AGENTS.md 是否存在、是否包含 AUTO:* 自动区块,以及项目级上下文是否明显缺失。10. 若项目内骨架齐全但仍无法持久化任务,优先判断是不是当前 Codex 会话的 sandbox / workspace scope 只覆盖了受限目录,而不是项目根目录本身可写。
11. 输出状态、缺口和下一步,不做泛泛而谈的环境描述。
.codex/tasks/ 或 .codex/templates/,明确提示这会影响 new-feature 持久化,并建议先执行 $project-init 或 $project-scanAGENTS.md,或 AGENTS.md 明显缺少项目全貌/自动区块,明确建议执行 $project-scan进行中,明确指出这是状态冲突,建议先用 cc-task-state 收敛tools/sync-config.shreferences/status-checks.mdTake doccker/cc-status from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.