一键导入
speckit-spec-validate-status
Spec-kit workflow command: speckit-spec-validate-status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Spec-kit workflow command: speckit-spec-validate-status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Think before building. Use when the user asks to reason about, analyze, evaluate, compare options, make an architecture decision, choose between approaches, think through a problem, or assess trade-offs. Also use when the user asks 'why did we...', 'should we...', 'what are our options', 'is this the right approach', or wants to frame/reframe a problem.
Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Generate spec-kit configuration tailored to the existing codebase
Incrementally adopt SDD for existing features with reverse-engineered specs
Auto-discover project structure, tech stack, frameworks, and architecture patterns
Verify bootstrap output matches actual project structure and conventions
| name | speckit-spec-validate-status |
| description | Spec-kit workflow command: speckit-spec-validate-status |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"spec-validate:commands/status.md"} |
speckit.spec-validate.statusDisplay the current validation and approval state for the active feature. This command is read-only — it MUST NOT modify any state.
.specify/feature.jsonread-approval-state.sh <feature> to load the approval state## Spec Validate Status: <feature-name>
| Field | Value |
|------------------------|--------------------|
| Feature | <feature> |
| Spec validation | <not-run/passed/failed/stale> |
| Spec hash | <hash or "not set"> |
| Spec validated at | <timestamp or "never"> |
| Tasks validation | <not-run/passed/failed/stale> |
| Tasks hash | <hash or "not set"> |
| Review status | <not-required/pending/approved/changes-requested/timed-out> |
| Reviewer | <name or "none"> |
| Approval status | <blocked/allowed/allowed-with-warning/override-approved> |
| Override used | <yes (reason) / no> |
| Timeout self-approval | <yes (reason) / no> |
### Warnings
<list of active warnings, or "None">
### Review Comments
<list of reviewer comments, or "None">
approval_status is blocked, display the reason and suggested actionsgate command's responsibility