# Cx Status

> Codex 侧 CX 状态查看。展示共享 core 中的 feature、owner、worktree、lease 与 handoff 状态。

- Skill: `m19803261706/cx-status-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add m19803261706/cx-status-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/m19803261706/cx-status-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: m19803261706 (https://skillmd.com/u/m19803261706)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/m19803261706/cx-status-2

---


# CX Status (Codex Adapter)

先阅读：

- `../cx-shared/core/workflow/README.md`
- `../cx-shared/core/workflow/protocols/status.md`

优先读取：

```bash
bash ../cx-shared/scripts/cx-workflow-status.sh \
  --runner codex
```

- `.cx/core/projects/*.json`
- `.cx/core/features/*.json`
- `.cx/core/worktrees/*.json`
- `.cx/core/handoffs/**/*.json`

## 输出重点

- 当前 `current_feature`
- 当前 owner 是 `cc` 还是 `codex`
- 当前 lease session
- preferred / bound worktree
- 是否存在待处理 handoff
- 当前任务完成度与阻塞原因

## 规则

- 如果 feature 当前由 `cc` 持有，要明确告诉用户，不要假装 Codex 可以直接继续
- 如果存在 `reason_type`，要把阻塞原因结构化展示出来

