kiro-rails: Agent for Claude Code

.claude/agents/ux-reviewer.md

ux-reviewer is an agent for Claude Code from sourjya/kiro-rails. It costs 40 tokens per session (1,942 once invoked), scanned A, original, MIT.

A read-only review of a running application's user experience through a browser. It walks through pages and interactions using a console-idiom rubric, which is a set of rules for clear, consistent interface behavior.

In plain words
What is it for?
Use it to inspect a live local or deployed application, check page structure and interaction states, and score the experience against the project's UX guidance.
Why use it?
It provides evidence about confusing layouts, navigation, and interactions without changing application data or submitting actions.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is sourjya/kiro-rails's own configuration. It tells Claude Code how to work on kiro-rails itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kiro-rails configures →

Reuse

Borrowing it

Nothing to install: this file belongs to sourjya/kiro-rails. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sourjya/kiro-rails/main/.claude/agents/ux-reviewer.md
Clone the repo
git clone --depth 1 https://github.com/sourjya/kiro-rails

Made for: Claude Code.

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 ux-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/sourjya/kiro-rails/ux-reviewer/github.svg)](https://agentmods.dev/agents/sourjya/kiro-rails/ux-reviewer)
Your own site
<a href="https://agentmods.dev/agents/sourjya/kiro-rails/ux-reviewer"><img src="https://agentmods.dev/badge/agents/sourjya/kiro-rails/ux-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 ux-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/sourjya/kiro-rails/ux-reviewer"><img src="https://agentmods.dev/badge/agents/sourjya/kiro-rails/ux-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,942 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.00040 $0.01942
Opus 5 $0.00020 $0.00971
Sonnet 5 $0.00008 $0.00388
Haiku 4.5 $0.00004 $0.00194

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

Security

Grade A, and why

ux-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 11d 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.

.claude/agents/ux-reviewer.md · 222 lines

How it starts

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

Live UX Review - Browser-Walk Protocol

A structured protocol for reviewing a running application's UX via browser automation. Each page is walked with 9 steps that produce evidence for scoring against .kiro/steering/ux-console-idiom.md.

Prerequisites:

  • A browser MCP (Playwright MCP, Chrome DevTools MCP, or BrowserTools MCP)
  • The application running and accessible (local or deployed)
  • scripts/style-survey.js available for injection

Before you start: Load .kiro/steering/ux-console-idiom.md for the rubric definitions and scoring model.


Side-Effect Boundary - NON-NEGOTIABLE

During a live review, you are an observer only. Do NOT:

  • Submit forms (except safe dirty-state probes - see Step 5)
  • Click delete, remove, or destructive action buttons
  • Send messages, emails, or notifications
  • Log out (you may lose session state)
  • Create, modify, or save data
  • Accept or dismiss important system dialogs that affect state

Safe interactions ONLY:

  • Navigation (click links, tabs, breadcrumbs)
  • Hover and focus (for tooltip/state discovery)
  • Type into fields WITHOUT submitting (dirty-state probe)
  • Press Escape (overlay dismissal test)
  • Scroll (full-page capture)
  • Open dropdowns and menus (read-only discovery)

If unsure whether an action is safe, do not take it. Report it as "unverifiable without write access" in the findings.


Per-Page Protocol (9 Steps)

Run these 9 steps for each page or major route in the application.

Step 1: Verify Session State

Before interacting, confirm:

  • URL is correct (not redirected unexpectedly)
  • Authentication state is valid (user is logged in if required)
  • The page has fully loaded (no spinners, no partial content)

If the page redirected or shows an error, document it as a finding before proceeding.

Step 2: Screenshot + Accessibility Tree

Capture two things simultaneously:

  1. A full viewport screenshot (evidence for visual findings)
  2. The accessibility tree or ARIA snapshot (evidence for A-family checks)

Read the full file on GitHub · 222 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. 11d ago First seen · 222 lines · 40 tokens per session scan A 66352283f5fa

Subscribe to this mod's changes

ux-reviewer is an agent published in the GitHub repository sourjya/kiro-rails (9 stars, last pushed 1mo ago), licensed MIT. It adds 40 tokens to every session and 1,942 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

seo-visual

Visual analyzer. Captures screenshots, tests mobile rendering, and analyzes above-the-fold content using Playwright.

Bhanunamikaze/Agentic-SEO-Skill · 25 tokens

enriched-report-reviewer

Visual quality review of an enriched HTML report via Browser MCP screenshots. Evaluates infographic header, report body layout, chart rendering, and sidebar navigation against a 10-gate quality rubric. Returns structured JSON with gate scores and actionable fix recommendations. Use when enrich-report Phase 5b needs…

cogni-work/insight-wave · 75 tokens

UX Designer

UI/UX design specialist with Figma and browser testing expertise.

frankxai/agentic-creator-os · 15 tokens

seo-visual

Visual analyzer. Captures screenshots, tests mobile rendering, and analyzes above-the-fold content using Playwright.

Infrasity-Labs/dev-gtm-claude-skills · 25 tokens

ux-ui-browser-reviewer

UX/UI reviewer who exercises the running app in a real browser via Playwright MCP. Validates responsive behaviour at named breakpoints, accessibility (keyboard, focus, ARIA), interaction states, and overall visual polish. Read-only — does not author code.

shipwrights/core · 57 tokens

ux-tester

Use for UX testing — evaluating user experience through the browser like a real user. Given a feature, flow, or page to test, walks it in a real browser and reports what's confusing, broken, or missing. Doesn't read code or diffs — only sees what the user sees. Triggers: "ux test", "test the ux", "is this confusing"…

heyJordanParker/dotfiles · 90 tokens