om-ux-review-pr
Installation
SKILL.md
UX Review
Review the user-facing result of a PR the way a senior designer would, with one discipline a human reviewer rarely keeps: every recommendation carries four parts, the evidence, the pattern, the trade-off, and an acceptance criterion. A finding missing any part is not ready to be said out loud. Opinions are allowed; they are labeled as opinions.
Scope guard. This skill reviews the increment a PR ships. When the subject
is a whole module, flow, or existing product area, run the om-ux-shape skill
in Review mode instead and use the walk below only to gather its evidence.
Input and output — two execution paths, decided in step 1:
| Input | Path | Output |
|---|---|---|
| A PR number, or a branch with an open PR | tracker path: get-pr, get-pr-diff, then comment-pr for a first review or update-comment when the marker already exists | one marker-idempotent review comment per references/report-templates.md, with the screenshots its findings cite via attach-image-evidence |
| A branch with no open PR, or nothing (the working tree) | local path: diff against BASE_BRANCH, no tracker operation at all |
the same report, returned to the user, with the screenshots saved locally and the Contract line stating that nothing was posted |