work-status
仓库创建 2025年7月25日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
快速获取工程或任务进度,适合项目管理与日常追踪。
▸ 风险提示
需读取仓库文件以获取状态,需相应的仓库访问权限
这个 Skill 做什么
读取 works/ 中文件并汇报 WORK 与 TASK 的当前进度与状态。
去读 works/ 目录里的进度文件,把 WORK 列表、每个 WORK 的进度和具体 TASK 的完成情况整理成清晰的状态报告。用在想知道某个 WORK 在做什么、哪些 TASK 正在进行或卡住、整体进度多少时。特点是直接从仓库标准文件读取,信息可复现且能下钻到 Task 级别,少了人工汇报误差。
▸ 展开 SKILL.md 英文原文
Shows WORK progress and TASK status. Use when the user asks about WORK list, WORK progress, TASK status, or pipeline status (e.g., "WORK list", "WORK-01 progress", "show status").
3.2k
Stars
441
Forks
40
仓库内 Skill
+72
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agents-uc-taskmanager/skills/work-status/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/davepoon/buildwithclaude/main/plugins/agents-uc-taskmanager/skills/work-status/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# WORK Status Check and report the current status of WORKs and TASKs. ## How to Check 1. Read `works/WORK-LIST.md` for the master index of all WORKs 2. For a specific WORK, read `works/WORK-NN/PROGRESS.md` for TASK-level progress 3. For a specific TASK, read `works/WORK-NN/TASK-NN_result.md` for completion details ## Status Values | Status | Meaning | |--------|---------| | `IN_PROGRESS` | WORK created, TASKs being executed | | `DONE` | All TASKs committed — committer auto-sets on last TASK | | `COMPLETED` | Archived to `_COMPLETED/` — set during push | ## Display Format ``` WORK Status WORK-01: User Authentication ✅ 5/5 completed WORK-02: Payment Integration 🔄 2/4 in progr
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有