Health-check the project's CodeRail setup and state; reports what is missing or inconsistent and how to fix it.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add HaipingShi/coderail --skill doctor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Doctor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/haipingshi-doctor)More formats (shields.io, HTML) on the badges page.
---
name: doctor
description: Health-check the project's CodeRail setup and state; reports what is missing or inconsistent and how to fix it.
---
# doctor
Run:
```bash
python3 scripts/doctor.py --target .
```
Doctor checks installation and governance health. It is not the same as `/inspect`, which shows current runtime state.
## Readout
Summarize:
- Must-fix blockers
- Warnings
- Historical debt
- Optimization opportunities
- North Star health
- Contract Draft health
- Coordinate coverage
- TDD Gate health
- Harness / done gate readiness
- Closeout / handoff readiness
- CI Gate readiness
- Handoff state
- Asset Boundary
- Trace Graph
- Runtime inspect status
- Suggested next fixes
Treat "high production but high entanglement" as a governance friction signal:
long HANDOFF, long TASKS, noisy warnings, docs-only work on Full Rail, and
historical debt mixed into current blockers.
Keep the final answer concise.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!