context-review

Audit CLAUDE.md files for quality, structure, and design-doc pointers.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill context-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: context-review
Source: https://github.com/spencerbeggs/claude-design-coordinator/tree/main/.claude/skills/context-review
Command: npx skills add https://github.com/spencerbeggs/claude-design-coordinator --skill context-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews CLAUDE.md and child CLAUDE.md files to ensure they provide efficient, focused context for AI assistants without token waste.

Core Features & Use Cases

  • Analyzes CLAUDE.md files against quality standards defined in .claude/design/design.config.json and the LLM Context Agent design document.
  • Checks line counts, content structure, design doc pointers, and identifies opportunities for improvement.
  • Identifies opportunities to split large root files and ensure proper hierarchy across modules.

Quick Start

Run this skill to audit CLAUDE.md files in a repository and generate a structured quality report.

Frequently Asked Questions about context-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a CLAUDE.md file for quality and context clarity?▼

To audit a CLAUDE.md file, run this skill to analyze line counts, content structure, and design doc pointers, generating a structured report with quality metrics.

What makes a good CLAUDE.md file for AI assistant context?▼

A good CLAUDE.md file provides efficient, focused context without token waste, featuring proper structure, manageable length, and explicit design documentation pointers using @ syntax.

Can I check CLAUDE.md hierarchy and structure in a monorepo?▼

Yes, you can audit monorepo CLAUDE.md files to verify root and module presence, validate hierarchy, and identify opportunities to split large root files for better organization.

How do I validate design doc pointers in CLAUDE.md files?▼

Validating design doc pointers involves checking for the @ syntax in CLAUDE.md files to ensure they correctly reference design documentation defined in the project's design config.

Does the CLAUDE.md audit work for multi-module projects?▼

Yes, the audit applies to multi-module projects by verifying module CLAUDE.md presence, enforcing hierarchy checks, and identifying large files that need splitting.

Why does my CLAUDE.md context waste tokens for AI assistants?▼

CLAUDE.md files waste tokens when they lack focused structure and exceed recommended line counts, which this skill identifies by analyzing content against quality standards.