context-audit
SolidContext health monitoring. Analyzes include loading trends from context-metrics.log, audits CLAUDE.md/rules/settings for bloat, scores setup health. Modes: trend (default), full (with /context data), baseline (save snapshot).
Install
Quality Score: 78/100
Skill Content
Details
- Author
- greglas75
- Repository
- greglas75/zuvo
- Created
- 4 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
context-audit
Audits a repository's Claude context-injection setup — CLAUDE.md, CONTEXT.md, docs/, .claude/agents/, and the per-project memory directory. Reports bloat, broken links, orphaned docs, security risks, missing rules in subagent prompts, and conflicts between memory and project instructions. Use when the user asks to audit their Claude setup, asks "what's wrong with my CLAUDE.md", wants to know if their agents/memory/docs are configured well, or wants to improve Claude's effectiveness in this repository.
mkcontext-audit
Read-only audit of `.claude/` structural overhead. Reports prioritized "remove X save Y tokens" recommendations against the model context window. NOT for monetary cost tracking — that's /mk:budget. NOT for transcript size monitoring — long-session continuity defers to Claude Code native compaction. NOT for runtime context decisions (what to read, when to compact) — see mk:context-engineering. Use when planning to add context capacity, diagnosing perceived slowdowns, or auditing health.
context-auditor
Use this skill when a user wants to audit a CLAUDE.md, system prompt, agent context file, or any assembled context before running it in production. Triggers on phrases like "audit my context", "check my CLAUDE.md", "review my system prompt", "why is my agent behaving badly", "context issues", or when a user pastes a context file and wants it reviewed. Scans for the four known context failure modes — poisoning, distraction, confusion, and clash — and returns a severity-rated diagnostic. This is the pre-flight check for agent reliability that Anthropic does not ship a tool for. Do NOT use to author or rewrite context files; it only diagnoses supplied context.