What problem does it solve?
This Skill helps you review the architectural quality of changed code, focusing on issues that linters and formatters usually miss. It highlights design problems in touched files such as mixed responsibilities, weak modular boundaries, poor naming, dead code, duplication, and files that have grown too large or dense.
Core Features & Use Cases
- Design-focused code review: Audits changed files for single-responsibility violations, layering problems, structural smells, and readability issues.
- Scoped to real changes: Prioritizes PR diffs, working tree changes, or an explicit file list so the review stays relevant to the current work.
- Structured findings output: Emits findings in a strict schema suitable for orchestration by downstream review and fix workflows.
- Use case: When a pull request passes linting but still feels messy or overgrown, use this Skill to identify which files should be split, renamed, simplified, or cleaned up before merge.
Quick Start
Ask the assistant to run review-code on the current pull request to produce design findings for the changed files only.