From ui-review
Render a PySide6/PyQt screen, critique it against the UI design standards, fix problems, and re-render to verify
How this command is triggered — by the user, by Claude, or both
Slash command
/ui-review:ui-review widget/dialog/panel or screenshot to review e.g. "the Sub-Arrays settings panel"The summary Claude sees in its command listing — used to decide when to auto-load this command
You are running the **visual UI review loop** on this target: **$ARGUMENTS** Follow the `ui-visual-review` skill for the procedure and the `ui-design-standards` skill for the rubric. Do not skip the render step — you must look at a real image, never review from source alone. Steps: 1. **Locate** the widget/dialog/panel in the codebase. If the user gave a screenshot path instead, view that image directly and skip to step 3. 2. **Render** it to a PNG with the offscreen harness (`scripts/snap.py` in the `ui-visual-review` skill). Apply the project's real theme. Render at the **real...
You are running the visual UI review loop on this target: $ARGUMENTS
Follow the ui-visual-review skill for the procedure and the ui-design-standards
skill for the rubric. Do not skip the render step — you must look at a real image,
never review from source alone.
Steps:
scripts/snap.py in the ui-visual-review skill). Apply the project's real
theme. Render at the real on-screen size, and in the states that bite:
empty / typical / overflowing, and — for dockable panels — at a narrow
width (~280–320 px) to catch overflow and disappearing buttons.ui-design-standards. For each violation, name the rule,
the exact widget, and the concrete fix (with numbers).If the app is already instrumented with qt-mcp and running, you may use the live
qt_* tools instead of the offscreen harness for steps 2–6 (see the
qt-mcp.md reference). Otherwise, the offscreen harness needs no running app.
npx claudepluginhub mersadfathizadeh1995/programming_tools --plugin ui-review/ui-reviewRuns a retroactive 6-pillar visual audit of implemented frontend code, producing a graded UI-REVIEW.md assessment.