一键导入
speckit-doctor
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Wrap core analysis with behavior-first vertical consistency checks.
Apply approved architecture refactors by updating plan and task artifacts directly.
Perform a framework-agnostic architecture review validating implementation against spec.md, plan.md, tasks.md, and the governance and architecture constitutions.
Perform an architecture-aware verification gate validating implementation against spec.md, plan.md, tasks.md, and the Architecture Constitution.
Run a single architecture workflow that prefers memory-first context and can incorporate security review when available.
Run implementation with memory context, then review the produced implementation against security and architecture constraints.
| name | speckit-doctor |
| description | Run a full project health diagnostic — checks structure, agents, features, scripts, extensions, and git status. |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"doctor:commands/check.md"} |
Run a diagnostic scan of the current Spec Kit project to identify setup issues, missing artifacts, and configuration problems.
$ARGUMENTS
You MUST consider the user input before proceeding (if not empty).
Run diagnostic script: Execute .specify/scripts/bash/doctor.sh from the project root and review the output.
Analyze results: The script checks 6 areas:
.specify/, specs/, .specify/scripts/, .specify/templates/, .specify/memory/, constitution.mdspecs/, checks for spec.md/plan.md/tasks.mdReport findings: Present the diagnostic results to the user:
Suggest fixes: For each error or warning found, suggest the specific command or action needed to resolve it. Common fixes include:
specify init --here.specify/templates/constitution-template.md/speckit.plan or /speckit.taskschmod +x .specify/scripts/bash/*.shspecify init --here --ai <agent>