🗂️
AutomationTypeScript

Task Status

by Stanshy

Task Status is an Automation skill for Claude Code, published by Stanshy in AgentHub.

201 stars23 forkson Stanshy/AgentHubAdded 2026/09/05+1% in starsRepository updated 2026/04/09
ai-agentsai-workflowclaude-codedeveloper-toolselectronharness-engineeringopen-sourceteam-managementtypescriptvue
Install in seconds
Install Task Status
Copy Task Status into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Stanshy/AgentHub/tree/main/.knowledge/company/skill-templates/task-status ~/.claude/skills/task-status

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Stanshy/AgentHub.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.knowledge/company/skill-templates/task-status/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/task-status
Collection
One of 25 skills cataloged from this repository
Category
Automation1956 skills

What Task Status does

Task Status updates a task's status and appends an event log entry in .tasks files. Use it to record mid-task state changes and notes for tracked work.

Task Status is cataloged under Automation on DirSkills. Task Status comes from a repository tagged ai-agents, ai-workflow, claude-code, developer-tools and electron.

Documentation

README

任務狀態更新

任意角色更新任務狀態(中間狀態),自動追加事件紀錄。

使用方式

/task-status {task-id} {new-status} {備註(可選)}

範例

/task-status T3 in_progress L1 分派給 backend-architect 執行
/task-status T5 blocked 等待 T4 完成
/task-status T7 assigned 已分派給 frontend-developer

合法狀態(系統解析依賴,務必使用英文小寫值)

狀態值 說明 系統對應
created 已建立,尚未分配 created
assigned 已分配,尚未開始 assigned
in_progress 進行中 in_progress
in_review 審查中 in_review
blocked 被阻塞 blocked
done 完成(建議改用 /task-done) done
rejected 被退回 rejected

禁止使用中文狀態值(如「進行中」)或自定義值。 系統解析器 normalizeStatus() 可容忍 ✅ 完成 / 🔄 進行中 等 emoji 前綴格式, 但 .tasks/ 檔案的狀態欄位必須使用純英文值

執行步驟

  1. 解析參數:從 $ARGUMENTS 提取 task-id、new-status、備註

This is the opening of the README. Read the full README on GitHub.

Commands Task Status provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /task-status
  • /task-done

Frequently asked about Task Status

  • What else does Stanshy publish alongside Task Status?

    Task Status is one of 25 skills that DirSkills catalogs from Stanshy/AgentHub, the repository it ships in. Its siblings there include Development Plan Generator, Gate Record and Harness Audit. Each one is a separate skill with its own page in this directory, installs the same way Task Status does, and is maintained by Stanshy in that same repository. The rest of the collection is listed on the Stanshy/AgentHub page.

  • How does Task Status compare to other Automation skills?

    Task Status ranks #1787 by stars among the 1956 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Task Status against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

Task Status is one of 25 skills cataloged on DirSkills from Stanshy/AgentHub.

See all 25 skills