Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

spec-kit-analyze规格套件分析

Agent Skill

spec-kit-analyze 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

225

周安装

9

GitHub Stars

2

下载量

73
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:spec-kit-analyze(规格套件分析)
来源仓库:https://github.com/ahgraber/skills
仓库路径:skills/spec-kit-analyze
安装命令:
npx skills add https://github.com/ahgraber/skills --skill spec-kit-analyze
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ahgraber/skills --skill spec-kit-analyze

简介

spec-kit-analyze 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务线索快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需结合原始 README 了解具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 当前归类为研究检索类技能,适用于信息探索与筛选场景。

SKILL.md

Spec Kit Analyze

Run a non-destructive cross-artifact quality audit before implementation.

Invocation Notice

  • Inform the user when this skill is being invoked by name: spec-kit-analyze.

When to Use

  • tasks.md exists and you want a pre-implementation consistency check across spec/plan/tasks.
  • You suspect coverage gaps, requirement drift, ambiguous language, or contradictory artifacts.
  • You need a constitution-alignment gate without editing artifacts yet.

When Not to Use

  • Any prerequisite artifact is missing (spec-kit-specify, spec-kit-plan, or spec-kit-tasks first).
  • You need targeted remediation edits now (spec-kit-reconcile).
  • You are executing implementation work (spec-kit-implement).

Router Fit

  • Primary route from spec-kit after spec-kit-tasks.
  • Read-only quality gate before spec-kit-implement.
  • Default handoff to spec-kit-reconcile when findings require coordinated artifact updates.

Critical Constraints

  • Strictly read-only: do not modify files.
  • Treat memory/constitution.md as authoritative; any MUST-level conflict is CRITICAL.

Preconditions

  • Run from repository root (or a subdirectory inside it).
  • Active feature context resolves to one feature directory with spec.md, plan.md, and tasks.md.

Workflow

  1. Resolve artifact paths and enforce prerequisite gate:

- Run scripts/check-prerequisites.sh --json --require-tasks --include-tasks exactly once. - Parse: - FEATURE_DIR - AVAILABLE_DOCS - Derive: - SPEC = FEATURE_DIR/spec.md - PLAN = FEATURE_DIR/plan.md - TASKS = FEATURE_DIR/tasks.md - If any required artifact is missing, stop and route to the owning sibling skill.

  1. Load focused sections from:

- spec.md: requirements, stories, acceptance criteria, edge cases. - plan.md: architecture/stack decisions, phases, constraints. - tasks.md: task IDs, phase grouping, [P] markers, referenced paths. - memory/constitution.md: principle names and normative MUST/SHOULD statements.

  1. Build internal maps:

- Requirement inventory (functional + non-functional) with stable keys. - Story/action inventory with acceptance-test intent. - Task-to-requirement/story coverage mapping. - Constitution obligations relevant to spec/plan/tasks scope.

  1. Detect and classify issues:

- Duplication: overlapping or near-duplicate requirements. - Ambiguity/placeholders: vague quality terms, TODO/TKTK/placeholder tokens. - Underspecification: requirements lacking measurable outcomes or clear objects. - Constitution conflicts: violations against MUST principles (CRITICAL). - Coverage gaps: requirements without tasks and tasks without mapped requirement/story. - Cross-artifact inconsistency: terminology drift, entity mismatch, ordering contradictions. - Cap findings at 50 rows; summarize overflow counts by category.

  1. Assign severity and output a compact report with stable IDs, coverage table, and metrics.

- CRITICAL: constitution MUST violations, missing core coverage that blocks baseline behavior. - HIGH: conflicting/duplicate requirements, untestable or high-risk ambiguity. - MEDIUM: terminology drift, non-functional coverage gaps, underspecified edge cases. - LOW: wording/style cleanup without execution impact.

  1. Recommend next actions:

- If CRITICAL/HIGH findings require cross-artifact edits, block spec-kit-implement and route to spec-kit-reconcile with a concise gap summary. - If only one artifact needs focused updates, route to its owner skill (spec-kit-specify, spec-kit-plan, or spec-kit-tasks). - Otherwise provide prioritized improvements and whether implementation can proceed.

  1. Offer follow-up only:

- Ask whether to run spec-kit-reconcile using top findings as the gap report. - Do not apply any edits in this skill.

Output

  • Markdown report only (no file writes) containing:

- Findings table: ID | Category | Severity | Location(s) | Summary | Recommendation - Requirement coverage table: Requirement Key | Has Task? | Task IDs | Notes - Constitution alignment issues (if any) - Unmapped tasks (if any) - Metrics: - Total requirements - Total tasks - Coverage percentage - Ambiguity count - Duplication count - Critical issues count - Next-step routing recommendation

References

  • references/command-analyze.md
  • scripts/check-prerequisites.sh
  • https://github.com/github/spec-kit/blob/9111699cd27879e3e6301651a03e502ecb6dd65d/templates/commands/analyze.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.33%
按下载量换算27

Claude

30.12%
按下载量换算22

Cursor

20.52%
按下载量换算15

Gemini CLI

9.88%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills