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

Gate Record

skill-stanshy-agenthub-gate-record · by Stanshy

Record a gate review decision in the dev plan section 10

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

Install

$ agentstack add skill-stanshy-agenthub-gate-record

✓ 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-gate-record)

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 Gate Record? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Gate 審核紀錄

在開發計畫書第 10 節附加 Gate 審核紀錄。

使用方式

/gate-record   [comment]

參數

  • $0: Gate 類型(G0 / G1 / G2 / G3 / G4 / G5 / G6)
  • $1: 決策(見下方格式規範)
  • $ARGUMENTS: 完整參數(含審核意見)

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

Gate 類型(第 1 欄)

必須為:G0 / G1 / G2 / G3 / G4 / G5 / G6

決策(第 3 欄)— 嚴格使用以下純文字值

| 決策值 | 對應系統狀態 | 說明 | |--------|-------------|------| | ✅ 通過 | approved | 審核通過 | | ❌ 駁回 | rejected | 審核不通過 | | ⚠️ 附條件通過 | approved | 有條件通過 |

> 禁止使用其他格式(如純文字「通過」、英文「approved」)。 > 系統解析器 decisionToStatus() 依賴上述關鍵字判斷狀態。

日期(第 2 欄)

格式:YYYY-MM-DD(如 2026-03-26

審核意見(第 4 欄)

自由文字,簡述審核理由。

執行步驟

  1. 找到當前 Sprint 的 dev-plan:

使用 Glob tool 搜尋 proposal/sprint*-dev-plan.md,取最新的檔案路徑。

  1. 讀取 dev-plan 找到第 10 節的 Gate 紀錄表:

使用 Read tool 讀取上述 dev-plan 完整內容,找到 Gate 紀錄 表格區段。

  1. 找到對應的 Gate 行(如 | G0 |),更新該行而非新增:
  • 如果該行已有資料(日期/決策非空),直接覆蓋
  • 如果該行是空的(| G0 | | | |),填入資料
| $0 | {YYYY-MM-DD} | {決策值} | {審核意見} |
  1. 使用 Edit 工具精確替換該行,不改動其他內容。

範例

| G0 | 2026-03-26 | ✅ 通過 | 老闆確認需求,提案通過 |
| G1 | 2026-03-27 | ❌ 駁回 | 圖稿缺少手機版響應式設計 |
| G2 | 2026-03-28 | ✅ 通過 | 程式碼品質合格 |

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.