AutomationTypeScript

Task Approve

by Stanshy

Task Approve 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 Approve
Copy Task Approve 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-approve ~/.claude/skills/task-approve

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-approve/SKILL.md in Stanshy/AgentHub
Installs to
~/.claude/skills/task-approve
Collection
One of 25 skills cataloged from this repository
Category
Automation1956 skills

What Task Approve does

Task Approve marks a task as done after L1 review passes. Use it to update the task file, event log, and dev plan status.

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

Documentation

README

任務審核通過

L1 Review 通過後呼叫,將狀態從 in_review 改為 done

使用方式

/task-approve <task-id> [備註]

參數

  • $0: 任務 ID(如 T5
  • $ARGUMENTS: 完整參數(含備註)

格式規範(系統解析依賴,務必遵守)

.tasks/ 狀態欄位

狀態值 說明
done L1 審核通過

dev-plan 第 10 節「結果」欄位(第 3 欄)

結果值 對應系統狀態 說明
✅ 完成 done 審核通過

執行步驟

  1. 找到對應的任務檔案(支援 Sprint 子目錄): 使用 Glob tool 搜尋 .tasks/**/$0-*.md,若無結果再搜尋 .tasks/**/$0.md。 取得檔案路徑後用 Read tool 讀取內容。

任務檔案可能在 .tasks/sprint-{N}/T5-xxx.md,不再只在 .tasks/ 根目錄。

  1. 取得真實時間(必要,不可跳過): !node -e "console.log(new Date().toISOString())"

    ⚠️ 禁止自行編造時間。Agent 不知道真實時間,必須透過上述指令取得。將輸出存為變數 $NOW 供後續步驟使用。

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

Commands Task Approve provides

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

  • /task-approve

Frequently asked about Task Approve

  • What else does Stanshy publish alongside Task Approve?

    Task Approve 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 Approve 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 Approve compare to other Automation skills?

    Task Approve ranks #1782 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 Approve against them. Open each page to compare what they document and how they install.

More from Stanshy/AgentHub

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

See all 25 skills