원클릭으로
task-status
查看工作区任务注册表。适用于用户想看所有任务,或按编号查看单个任务卡片时。对应脚本:bin/task-status [id]
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
查看工作区任务注册表。适用于用户想看所有任务,或按编号查看单个任务卡片时。对应脚本:bin/task-status [id]
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
将任务派发给后台 agent 执行。用法:/dispatch "任务描述"
Review and summarize the current conversation session. Use this skill whenever the user says 'review', 'summarize session', 'session summary', 'wrap up', 'what did we do', 'checklist', or any variation of wanting to look back at what happened in the conversation. Also triggers on Chinese equivalents like '复盘', '总结', '回顾对话', '收尾'. Always use this skill at the end of a working session, even if the user just says 'done' or 'finished' — offer to run a review.
查看后台任务状态。用法:/task-status 或 /task-status <id>
Use when you have a spec or requirements for a multi-step task, before touching code
Use when creating new skills, editing existing skills, or verifying skills work before deployment
| name | task-status |
| description | 查看工作区任务注册表。适用于用户想看所有任务,或按编号查看单个任务卡片时。对应脚本:bin/task-status [id] |
查看通过 bin/dispatch-task 登记的任务状态。
读取 .codex/tasks/01_tasks.json
如果文件不存在或 tasks 为空数组,输出:
暂无任务记录。使用 bin/dispatch-task "任务描述" 登记第一个任务。
然后结束。
无参数(bin/task-status):执行「列表模式」
有 ID 参数(bin/task-status 01):执行「详情模式」
输出所有任务的摘要表格:
ID 状态 任务 更新时间
──────────────────────────────────────────────────────────
01 ⏳ running fix-login-token-expire 2026-04-07 10:05
02 ✅ done write-api-docs-auth 2026-04-07 11:30
03 ❌ failed deploy-staging-server 2026-04-07 12:00
状态 emoji 规则:
running → ⏳done → ✅failed → ❌tasks 数组中找到 id 匹配的条目找不到任务 #{id},请用 bin/task-status 查看所有任务列表file 字段对应的文件:
.codex/tasks/{file}