What problem does it solve?
This skill enables ultra-granular, line-by-line code analysis to build a stable, explicit mental model before vulnerability or bug finding. It ensures deep comprehension by applying micro-level frameworks and maintaining persistent context across the codebase.
Core Features & Use Cases
- Phase 1 — Initial Orientation: identify major modules, entrypoints, actors, and important storage constructs.
- Phase 2 — Ultra-Granular Function Analysis: perform per-block analysis, apply First Principles, 5 Whys, and 5 Hows, and anchor invariants and assumptions in a global model.
- Cross-Function & External Flow Analysis: trace internal calls and reason about external interactions, including external contracts.
- Subagent Usage: spawn specialized subagents for dense or complex functions to preserve detail and coherence.
- Stability & Anti-Hallucination Rules: enforce explicit updates when evidence contradicts prior assumptions and periodically anchor core facts.
Quick Start
Activate audit-context-building, then begin orienting on the target repository and initiate ultra-granular function analysis to build a comprehensive architectural context.