Stats
Actions
Tags
From sdd-kit
Run a project-level sdd-kit health check for Arbor packages, wiki lint, and next action. Invoke when the user asks for sdd-kit doctor, workflow health check, 项目检查, or 一键验证.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sdd-kit:doctorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
使用语言:中文。
使用语言:中文。
Arbor helper 入口、路径和常用命令见 ../references/arbor-helper.md;运行前遵守其中约定。
运行项目级健康检查:
sdd-arbor doctor --json
根据 helper 输出汇总:
errors:必须先修复的 hard error。warnings:建议处理但不阻断。next_action:当前最小下一步建议,可能是 brainstorm / impl / review / user / none。blocked_count:需要用户处理的阻塞数量。不要手动重做 validate、wiki-lint 或 next action 聚合逻辑;以 sdd-arbor doctor 输出为准。
npx claudepluginhub smy14520/claude-plugins --plugin sdd-kitGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.