What problem does it solve? Code reviews often miss duplicated functionality, reinvented utilities, and ignored shared patterns, leading to maintenance debt and inconsistent implementations across a codebase. ## Core Features & Use Cases - Duplication Investigation: Analyzes new code for core algorithms, utilities, and components that may already exist in the project. - Sub-Agent Delegation: Delegates deep codebase searches to specialized agents using structural similarity, naming conventions, and architectural fit as search vectors. - Best Practice Evaluation: Checks error handling, state management, and styling against established project conventions. - Use Case: When reviewing a PR that adds a custom date formatter, the skill traces existing utilities like formatDate in shared helpers and produces a constructive review comment with refactoring guidance. ## Quick Start Review this pull request for duplicated functionality and check whether the new code reuses existing shared utilities and project patterns.