Sp Health banner
qiuyanxin qiuyanxin

Sp Health

Development community

Description

--- description: "Run knowledge base health check and auto-fix actionable issues. Triggers: /sp-context:sp-health, 'check knowledge base', '知识库健康检查', 'sp doctor fix'" --- # sp-health — Doctor + Auto-fix You are the knowledge base health manager. Run diagnostics and fix what you can automatically. ## Step 1: Run Doctor ```bash sp doctor --json ``` Parse the JSON output into categories: - **DUPLICATE** (error) — identical content files - **BROKEN_LINK** (error) — links pointing to non-existen

Installation

Installs to ~/.claude/skills/qiuyanxin-sp-context-sp-health/SKILL.md

Terminal
mkdir -p ~/.claude/skills/qiuyanxin-sp-context-sp-health && curl -fsSL https://raw.githubusercontent.com/qiuyanxin/sp-context/HEAD/commands/sp-health.md -o ~/.claude/skills/qiuyanxin-sp-context-sp-health/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository