en un clic
task-status
查看后台任务状态。用法:/task-status 或 /task-status <id>
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
查看后台任务状态。用法:/task-status 或 /task-status <id>
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle 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.
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
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.
| name | task-status |
| description | 查看后台任务状态。用法:/task-status 或 /task-status <id> |
查看通过 /dispatch 派发的后台任务状态。
读取 .claude/tasks/01_tasks.json
如果文件不存在或 tasks 为空数组,输出:
暂无后台任务记录。使用 /dispatch "任务描述" 派发第一个任务。
然后结束。
无参数(/task-status):执行「列表模式」
有 ID 参数(/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},请用 /task-status 查看所有任务列表file 字段对应的文件:
.claude/tasks/{file}