danielrosehill

Context Health Check — Development skill for Claude Code

Development community

Run a structured health check on the current conversation context and report its quality score with actionable recommendations.

How to install Context Health Check

Installs to ~/.claude/skills/danielrosehill-claude-rudder-context-health-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-claude-rudder-context-health-check && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Rudder/HEAD/commands/context-health-check.md -o ~/.claude/skills/danielrosehill-claude-rudder-context-health-check/SKILL.md

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

What Context Health Check does


description: Run a structured health check on the current conversation context and report its quality score with actionable recommendations allowed-tools: []

Run a structured health check on the current conversation context.

Analyse the full conversation history and produce a brief report covering the following dimensions. Score each out of 5 and give one line of commentary.

Dimensions

**Relevance** (5 = all context is still directly useful, 1 = most context is stale or off-topic)

Alternatives in Development

  • Swot Analysis — SWOT analysis with actionable recommendations per quadrant 7.8k ★
  • Bench Capture — Score the 2 bench variant folders for one size (build/acceptance/regression/conventions/capture + rubric + cro 85 ★
  • Crusts — Run the CRUSTS context window analyzer and give me actionable advice 83 ★

Full documentation available on GitHub

View Source Repository