What problem does it solve? Before running any codebase audit, the target project needs a knowledge graph, a configured PreToolUse hook, and a findings directory. Doing this setup manually is error-prone and easy to forget; this Skill performs the entire preparation idempotently in one pass. ## Core Features & Use Cases - Graphify verification and graph build: Confirms graphify is installed at ~/.claude/skills/graphify, then invokes /graphify to produce graphify-out/graph.json and GRAPH_REPORT.md as the map of the codebase. - Hook merging into .claude/settings.json: Adds a graphify-aware PreToolUse hook for Glob and Grep calls without duplicating entries or touching unrelated settings. - Findings directory scaffolding: Creates .architect-audits/ with a .gitkeep so downstream audits have a stable output location. - Use Case: After installing the architect-playbook skills on a new repository, run this once so that security, performance, and architecture audits can all read the same knowledge graph in parallel sessions. ## Quick Start Run /pre-audit-setup in the project root to verify graphify, build the knowledge graph, and configure the audit environment.