What it does. This skill reviews a change rather than a screen. It resolves the scope, expands the changed files to the surfaces they affect, reads both sides of the diff and classifies every finding.
Scope is all it owns. Domain rules belong to the
better-*
skills. Severity, consolidation, coverage, the cap and the verdict belong to
better-interface
, which this skill hands the review to.
Highlights
- The last commit,
HEAD~1..HEAD
, named by short SHA and subject, so the user sees what they would get before choosing it.
- A target they name:
pr <n>
, a branch, a ref, or a range, resolved per Resolve the change scope first.
Introduced
: the change created it.
Regression
: the change weakened something previously correct.
Pre-existing
: present in the touched code but not caused by this change.
When to use it. Reviews your work across multiple categories like UI, typography, layout, color, writing and accessibility and gives you a detailed analysis of the findings.
Install
npx skills add jakubkrehel/skills --skill interface-review
Or copy the skill folder manually:
git clone https://github.com/jakubkrehel/skills.git
cp -r skills/skills/interface-review/ ~/.claude/skills/interface-review
Source: jakubkrehel/skills — 4,765 stars, MIT, last pushed 2026-08-29.