Ревью качества интерфейса в диффе

★ 8.2 · content

interface-review is a Claude Code skill that evaluates interface quality for a specific change — uncommitted work, the current branch, or a pull request — rather than the full codebase. It resolves the change scope, expands affected files to their blast radius of surfaces, reads both sides of every diff hunk, and classifies each finding as `Introduced`, `Regression`, or `Pre-existing`. Removed lines are checked against Removed Signals rules to catch regressions invisible in the post-change state. The final verdict, output format, severity cap, and consolidation rules are handed off to the `better-interface` skill; correctness, tests, security, and performance are explicitly out of scope. Ideal for developers who want automated interface-focused code review that tracks what a change broke, not just what it added.