What problem does it solve?
Running separate tools for engineering code checks and design quality reviews is time-consuming, often misses overlapping issues, and slows down pull request workflows. This Skill consolidates all review steps into a single pass to eliminate that overhead.
Core Features & Use Cases
- Unified Review Pipeline: Runs all 12 slop detection rules, lightweight engineering checks (unresolved TODO/FIXME markers, TypeScript any types, oversized files) and full design quality scoring in one run, no need to execute separate commands.
- Flexible Scope Options: Supports reviewing entire directories, specific files, or only files changed in the git working tree via the --diff flag, making it ideal for PR reviews, pre-merge checks, and CI gating.
- Real-World Use Case: Before merging a feature branch, run this Skill to catch both AI-generated design slop and overlooked technical debt in a single report, ensuring code and design quality meet team standards without switching between tools.
Quick Start
Use the review skill to run a unified code and design check on all changed files in your current git working tree.