Install
$ agentstack add skill-xinyiai0724-tools-spec-show ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
spec-show — Spec Baseline 详情查看
对应 CR 体系的 cr-show。展示已回写 spec baseline 从 PRD 到 traceability 的完整现状快照;在途 CR 请使用 cr-show。
触发意图
- "查看 {feature-id} 详情 / 现状"
- "spec 概览 / feature 信息"
- "{feature-id} 现在在哪个阶段"
读取契约(启动序)
- 读
AGENTS.md - 读
dir-graph.yaml— 解析 specs baseline index/history 路径 - 读
specs/_index.yml— 获取 name / status / since / updated / cr-ref - 若 index 无该 id → 读
specs/_history.yml— 查历史记录 - 读
specs/{feature-id}/PRD.md— frontmatter(status / title)+ 功能需求节(统计 RQ/FR 数量) - 读
specs/{feature-id}/SDD.md(若存在) — frontmatter(status)+ 章节数统计 - 读
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.
- Author: xinyiai0724
- Source: xinyiai0724/tools
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.