What problem does it solve?
Systematically read and examine a file or stage: read everything in scope, challenge every line, and produce a ranked findings report — no code changes. Use this skill whenever the user wants to understand, review, or assess code before touching it. Triggers on: "audit", "deep dive", "review", "scrutinise", "look at", "go through", "what is this doing", "is this good", "check this stage", or any request to understand code before making changes.
Core Features & Use Cases
- Read and orient on the entire scope (files, stage, or module) to understand public API and execution flow.
- Systematically examine each component, challenge lines, identify issues, and produce a findings report without modifying code.
- Use cases include pre-change reviews, codebase audits, and risk assessment before refactors or deployments.
Quick Start
Ask me to audit the specified stage or file to get a comprehensive findings report before making changes.