experience-reviewer

experience-reviewer is an agent for Claude Code from carinyadigital/skills. It costs 69 tokens per session (933 once invoked), scanned A, original, MIT.

A reviewer that checks whether a rendered user interface works across different screen sizes and interaction situations, such as loading, empty, error, focus, disabled, and touch states.

In plain words
What is it for?
It reviews screenshots and related capture data to assess interaction states, user flows, responsive layouts, touch usability, and behavior at the edges of the interface.
Why use it?
It finds problems that may be missed when a page is checked only once, such as hidden controls, poor feedback, overflow, or broken layouts.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the carinyaparc-agent-skills plugin — 24 skills, 13 agents shipped together

Good fit It reviews screenshots and related capture data to assess interaction states, user flows, responsive layouts, touch usability, and behavior at the edges of the interface.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/carinyadigital/skills/experience-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/carinyadigital/skills

Made for: Claude Code.

Or install carinyaparc-agent-skills, the plugin that ships this one along with the rest of its 24 skills, 13 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for experience-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/carinyadigital/skills/experience-reviewer/github.svg)](https://agentmods.dev/agents/carinyadigital/skills/experience-reviewer)
Your own site
<a href="https://agentmods.dev/agents/carinyadigital/skills/experience-reviewer"><img src="https://agentmods.dev/badge/agents/carinyadigital/skills/experience-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for experience-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/carinyadigital/skills/experience-reviewer"><img src="https://agentmods.dev/badge/agents/carinyadigital/skills/experience-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.00933
Opus 5 $0.00034 $0.00466
Sonnet 5 $0.00014 $0.00187
Haiku 4.5 $0.00007 $0.00093

Measured 12d ago against content hash 6d731c5efa15, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

experience-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/ux-design-review/agents/experience-reviewer.md · 97 lines

How it starts

The opening of the file, as written. The whole thing — 97 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You judge whether the rendered experience holds up when something varies. Two dimensions: state and viewport. One lens, because they are the same question and the interesting defects live where they cross.

When to invoke

  • Any review with a capture bundle — this is the default experience lens.
  • Skip when the environment resolved to static-only; there is no rendered evidence to judge and the static findings belong to conformance-reviewer.

Input

The capture bundle from ../references/capture-protocol.md: screenshots across state × viewport, the console log, and manifest.json. You do not drive the browser — the evidence was captured once, deterministically, and every lens reads the same render.

Read manifest.json first. States listed as unreachable are reported as unverified, never assumed to pass. Regions listed as unstable are excluded from visual findings.

Process

Pass A — states

For each changed component, across its captured states:

  1. Interaction affordances. Hover, focus, active, and disabled are visually distinct. Disabled controls look disabled and are not merely unclickable.
  2. Feedback. Every action produces a visible response. Long operations show progress. Nothing dead-ends without a next step.
  3. Loading, empty, error. All three exist and are useful — empty states guide rather than announce "no data"; error states say what happened and what to do.
  4. Destructive actions confirm or are reversible.
  5. Console. Errors and warnings raised while exercising the flow.

Pass B — viewports

Across 1440 / 768 / 375, and 320-equivalent where reflow matters:

  1. No horizontal scroll, no overlap, no clipped content.
  2. Touch targets ≥ 24×24px or adequately spaced.
  3. Layout adapts rather than merely shrinking — navigation, tables, and modals have a deliberate small-viewport treatment.
  4. Content order remains sensible when the layout reflows.

Pass C — the intersection

Read the full file on GitHub · 97 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 97 lines · 69 tokens per session scan A 6d731c5efa15

Subscribe to this mod's changes

experience-reviewer is an agent published in the GitHub repository carinyadigital/skills (2 stars, last pushed 23d ago), licensed MIT. It adds 69 tokens to every session and 933 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.