Обзор незнакомого кода перед ревью
★ 7.1 · vibe-coding
code-overview is a Claude Code skill that reads unfamiliar code or a pull request's changes and produces a structured, progressive-disclosure overview — starting with why the code exists (the real problem it solves for a business or user), then moving to what it does, how it flows, and where to start. It handles files, directories, symbols, and branch diffs, writing output to a scratch file without touching any source. Under the hood, codebase-explorer agents gather context, adversarial-validator checks every claim for accuracy, and readability-editor polishes the final draft. Reach for it when you need to get oriented in unfamiliar code before a review or a change — not for quality auditing, durable documentation, or bug diagnosis, which belong to dedicated sibling skills.