Agent Skills
› davepoon/buildwithclaude
› work-status
work-status
GitHub用于查询工作列表、任务进度及流水线状态。通过读取WORK-LIST.md和PROGRESS.md等文件,展示WORK/TASK的完成情况及IN_PROGRESS/DONE/COMPLETED状态,帮助用户掌握项目执行进展。
Trigger Scenarios
用户询问工作列表或进度
用户检查特定任务或工作项的状态
用户查看流水线执行情况
Install
npx skills add davepoon/buildwithclaude --skill work-status -g -y
SKILL.md
Frontmatter
{
"name": "work-status",
"description": "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\")."
}
WORK Status
Check and report the current status of WORKs and TASKs.
How to Check
- Read
works/WORK-LIST.mdfor the master index of all WORKs - For a specific WORK, read
works/WORK-NN/PROGRESS.mdfor TASK-level progress - For a specific TASK, read
works/WORK-NN/TASK-NN_result.mdfor 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 progress
WORK-03: Admin Dashboard ⬜ 0/6 pending
Arguments
Query: $ARGUMENTS
Version History
- 502fc01 Current 2026-07-05 15:02


