Propagate Doctor banner
Rupali59 Rupali59

Propagate Doctor

Development community

Description

--- allowed-tools: Bash(node "${CLAUDE_PLUGIN_ROOT}/cli.mjs" doctor:*) description: Diagnose the propagation setup end to end when something looks wrong, or after changing where files live --- ## Health check !`node "${CLAUDE_PLUGIN_ROOT}/cli.mjs" doctor` ## Your task Report the failing checks and what each one means. **This command is not read-only.** Unlike `status`, `backlog` and `why`, it appends a record to `~/.propagate/metrics.jsonl` on every run. That is stated here rather than left

Installation

Installs to ~/.claude/skills/rupali59-propagate-propagate-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rupali59-propagate-propagate-doctor && curl -fsSL https://raw.githubusercontent.com/Rupali59/propagate/HEAD/commands/propagate-doctor.md -o ~/.claude/skills/rupali59-propagate-propagate-doctor/SKILL.md

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

Full documentation available on GitHub

View Source Repository