Context Health Check banner
danielrosehill danielrosehill

Context Health Check

Development community

Description

--- 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)

Installation

Installs to ~/.claude/skills/danielrosehill-claude-meta-tools-plugin-context-health-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-claude-meta-tools-plugin-context-health-check && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Meta-Tools-Plugin/HEAD/commands/context-health-check.md -o ~/.claude/skills/danielrosehill-claude-meta-tools-plugin-context-health-check/SKILL.md

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

Full documentation available on GitHub

View Source Repository