AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Task Approve

skill-stanshy-agenthub-task-approve · by Stanshy

Mark a task as done after L1 review passes

No reviews yet
0 installs
26 views
0.0% view→install

Install

$ agentstack add skill-stanshy-agenthub-task-approve

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-stanshy-agenthub-task-approve)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Task Approve? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

任務審核通過

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

使用方式

/task-approve  [備註]

參數

  • $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 供後續步驟使用。

  1. 更新找到的任務檔案:
  • | 狀態 | ... | 改為 | 狀態 | done |
  • | 完工時間 | ... | 改為 | 完工時間 | $NOW |
  • 若找不到 | 完工時間 | 欄位,在 | 建立時間 | 行之後插入 | 完工時間 | $NOW |
  1. 事件紀錄(必要,不可跳過):在 ## 事件紀錄 區塊底部 append:

`` ### $NOW — 狀態變更 → done L1 審核通過。{備註} ``

  1. Git Merge(並行任務)/ 確認(循序任務)

讀取任務檔的 | 並行組 | 欄位:

並行組 = —(循序任務)

  • code 已在 sprint-{N},無需 merge
  • 輸出:📌 循序任務,code 已在 sprint-{N}

並行組 = A/B/C...(並行任務)

  • 取得 sprint 編號(從任務檔 Sprint 欄位)
  • 執行 merge:

``bash git checkout sprint-{N} git merge --no-ff task/s{N}-$0-{slug} -m "feat($0): {任務標題}" git branch -d task/s{N}-$0-{slug} ``

  • 若 merge 有衝突 → 停止,列出衝突檔案,由人工解決後繼續
  • 輸出:🔀 task/s{N}-$0-{slug} 已 merge 進 sprint-{N},branch 已刪除
  1. 找到當前 dev-plan:

使用 Glob tool 搜尋 proposal/sprint*-dev-plan.md,取最新一份用 Read tool 讀取。

  1. 在 dev-plan 第 10 節「任務完成紀錄」表格,找到對應任務行並更新:
| $0 | {YYYY-MM-DD} | ✅ 完成 | {備註} |
  1. 輸出確認:
✅ $0 審核通過,狀態已更新為 done

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.