What problem does it solve? Manually auditing a large codebase for dead code, anti-patterns, and architectural violations is slow and error-prone. This Skill runs deterministic, graph-based analysis through ContextHub's OCXP engine to surface prioritized findings with confidence scores and file locations. ## Core Features & Use Cases - Code Quality Audits: Detect dead code, legacy patterns, anti-patterns, and infrastructure security issues via ch_ocxp_analyze, with confidence filtering and path scoping. - Architecture & Gap Analysis: Discover naming conventions, module boundary violations, research gaps, orphan entities, and subsystem communities using pure graph analysis with no LLM cost. - Use Case: Before a major refactor, run a full analysis on src/api/ to find dead code in hot paths, check which subsystems are most affected via community detection, and triage findings by priority. ## Quick Start Ask the assistant to analyze dead code and architecture violations in the src/api directory using the ContextHub analyze skill.