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

Spec Show

skill-xinyiai0724-tools-spec-show · by xinyiai0724

展示单个 spec baseline 完整状态:PRD摘要/SDD摘要/版本/status/traceability覆盖率,只读

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

Install

$ agentstack add skill-xinyiai0724-tools-spec-show

✓ 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-xinyiai0724-tools-spec-show)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Spec Show? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

spec-show — Spec Baseline 详情查看

对应 CR 体系的 cr-show。展示已回写 spec baseline 从 PRD 到 traceability 的完整现状快照;在途 CR 请使用 cr-show

触发意图

  • "查看 {feature-id} 详情 / 现状"
  • "spec 概览 / feature 信息"
  • "{feature-id} 现在在哪个阶段"

读取契约(启动序)

  1. AGENTS.md
  2. dir-graph.yaml — 解析 specs baseline index/history 路径
  3. specs/_index.yml — 获取 name / status / since / updated / cr-ref
  4. 若 index 无该 id → 读 specs/_history.yml — 查历史记录
  5. specs/{feature-id}/PRD.md — frontmatter(status / title)+ 功能需求节(统计 RQ/FR 数量)
  6. specs/{feature-id}/SDD.md(若存在) — frontmatter(status)+ 章节数统计
  7. specs/{feature-id}/traceability.yml(若存在) — summary(covered/partial/missing)

输入参数

| 参数 | 必填 | 说明 | |---|---|---| | feature-id | 是 | specs index 或 history 中的 id |

输出格式

Feature: {feature-id}  [{title}]
Status:  {status}  |  Since: {since}  |  Updated: {updated}
CR Ref:  {cr-ref 或 N/A}

PRD:  {status} — {N} 条需求 ({RQ-01~RQ-NN})
SDD:  {status} — {N} 个设计章节    (若 SDD.md 不存在则显示"未创建")
Contracts: {存在 | 未创建}

Traceability:
  covered={N} / partial={N} / missing={N}  (共 {total} 条需求)
  健康度: {coverage}%

Blockers(missing > 0 时展示):
  - {RQ-id}: {text}(尚无 SDD/TASK/commit 覆盖)

若 spec 在 history(已 ga):

Feature: {feature-id}  [GA ✓]
Released: {target-version}  |  Archived: {archived-date}
RELEASE: {release-ref}

约束

  • 只读,不修改任何文件
  • 若 feature-id 在 index 和 history 中均不存在 → 返回 NOT_FOUND,并提示在途需求请使用 cr-query / cr-show

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.