What problem does it solve? Security auditors often jump into vulnerability hunting without sufficient understanding of a codebase's architecture, leading to missed issues and shallow findings. This Skill builds deep architectural context first, so subsequent audit work is grounded in how the system actually fits together. ## Core Features & Use Cases - Codebase Context Building: Analyzes a target codebase path to construct architectural understanding before auditing. - Focused Module Analysis: Accepts an optional --focus <module> argument to concentrate analysis on a specific module. - Workflow Delegation: Invokes the audit-context-building skill to execute the full context-building workflow. - Use Case: Before auditing a smart contract repository, run this Skill on the codebase path with --focus contracts to establish architectural context that guides later vulnerability hunting. ## Quick Start Ask the assistant to build audit context for your codebase by providing the repository path, optionally specifying a module to focus on.