Hq Doctor banner
lji151 lji151

Hq Doctor

Development community

Description

--- description: Check the HQ config, folders, and hook registration, and report what is broken allowed-tools: ["Bash", "Read"] --- # Diagnose the HQ setup ```bash node "${CLAUDE_PLUGIN_ROOT}/scripts/hq.mjs" doctor ``` Then interpret the output for the user rather than pasting it back: - **FAIL** lines are things that stop the plugin working. Offer to fix each one; most are a missing folder, an unreadable config, or an invalid enum value in `hq.config.json`. - **warn** lines are usually fi

Installation

Installs to ~/.claude/skills/lji151-session-hq-hq-doctor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/lji151-session-hq-hq-doctor && curl -fsSL https://raw.githubusercontent.com/lji151/session-hq/HEAD/commands/hq-doctor.md -o ~/.claude/skills/lji151-session-hq-hq-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