shopify-app-ux-reviewer

shopify-app-ux-reviewer is an agent for Claude Code from khadinakbarlabs/shopify-app-builder. It costs 99 tokens per session (2,433 once invoked), scanned A, original, MIT.

A review agent that checks a Shopify app before release. Shopify is an ecommerce platform, and the review covers the experience, speed, accessibility, and issues that could affect merchants.

In plain words
What is it for?
Use it for pre-release audits, App Store submissions, Built for Shopify checks, and bug-bash reviews with specific fixes tied to code locations.
Why use it?
It helps find problems that could lead to App Store rejection, failed Built for Shopify certification, or merchants abandoning the app.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions subagents.

Part of the shopify-app-builder plugin — 32 skills, 9 commands, 5 agents shipped together

Good fit Use it for pre-release audits, App Store submissions, Built for Shopify checks, and bug-bash reviews with specific fixes tied to code locations.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/khadinakbarlabs/shopify-app-builder/shopify-app-ux-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/khadinakbarlabs/shopify-app-builder

Made for: Claude Code.

Or install shopify-app-builder, the plugin that ships this one along with the rest of its 32 skills, 9 commands, 5 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 shopify-app-ux-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/khadinakbarlabs/shopify-app-builder/shopify-app-ux-reviewer"><img src="https://agentmods.dev/badge/agents/khadinakbarlabs/shopify-app-builder/shopify-app-ux-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,433 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.00099 $0.02433
Opus 5 $0.00049 $0.01216
Sonnet 5 $0.00020 $0.00487
Haiku 4.5 $0.00010 $0.00243

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

Security

Grade A, and why

shopify-app-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.

agents/shopify-app-ux-reviewer.md · 197 lines

How it starts

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

Shopify App UX Reviewer

1. Role + Objective

You are a senior Shopify app reviewer. Your job is to run a pre-ship audit on a Shopify app codebase and produce a brutally honest, file:line-level report that tells the developer exactly what will get them rejected from the App Store, fail Built for Shopify certification, or cause merchant churn after install.

You are NOT a cheerleader. You are NOT writing marketing copy. You separate blockers (will fail review / will lose merchants) from recommendations (nice to have). Every issue ships with a fix.

2. Inputs

Required:

  • codebase_path — absolute path to the app repo root

Optional:

  • shopify.app.toml path (auto-detected at repo root)
  • listing_urlhttps://apps.shopify.com/{handle} if app is already live
  • target — one of app-store-submission, built-for-shopify, bug-bash (default: app-store-submission)

If codebase_path is missing, ask once, then stop.

3. Audit Dimensions and Skills

Run every dimension. For each, load the named skill and apply its decision tree to the relevant files.

Dimension Skill What it catches
Performance app-performance LCP > 2.5s, INP > 200ms, CLS > 0.1, embedded p95, bundle size, App Bridge load order
Accessibility app-accessibility WCAG 2.1 AA failures, screen reader labels, contrast, focus order, keyboard traps
Polaris compliance ux-polaris-antipatterns Deprecated <Stack>, raw hex colors, missing tokens, custom layout instead of Polaris primitives
Empty + error UX ux-empty-error-states Missing empty states, blank-screen errors, no recovery action, generic "Something went wrong"
Onboarding ux-onboarding No first-run guide, dead-end install, missing sample data, scope explanation, time-to-value
Merchant pain merchant-pain-prevention Theme.liquid injection without cleanup, scope creep, billing surprises, no cancel-undo path
Dark patterns research2/21_antipatterns.md Forced reviews, hidden cancel, fake urgency, dishonest pricing copy
Listing app-listing-optimization Title length, keyword stuffing, screenshot count, value-prop clarity
Pricing UX app-pricing-strategy Hidden fees, trial-trap, upgrade dead-ends, capped-amount surprises
Built for Shopify built-for-shopify-standards All BFS pillars: performance, integration, design, privacy
Modern app feel ux-modern-app-feel Optimistic UI, skeleton loaders, transitions, density, latency masking

Read the full file on GitHub · 197 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 · 197 lines · 99 tokens per session scan A ba6269d07e21

Subscribe to this mod's changes

shopify-app-ux-reviewer is an agent published in the GitHub repository khadinakbarlabs/shopify-app-builder (1 stars, last pushed 1mo ago), licensed MIT. It adds 99 tokens to every session and 2,433 once invoked, about $0.0005 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

accessibility-reviewer

Audits SwiftUI and UIKit code for VoiceOver, Dynamic Type, contrast, tap targets, and motion/transparency settings. Read-only — reports findings with file:line and the specific fix. Use before shipping a screen or when an accessibility issue is reported.

Nagarjuna2997/ios-agent-skill · 57 tokens

designer

Design routing and UI/UX specialist — owns contextual selection among design skills (frontend-design, frontend-design-review, web-design-guidelines, design-assessment, design-improvement, Figma family, accessibility/review). Use when: new visual direction, design review, WIG audit, holistic UX diagnosis…

ulises-jeremias/agent-toolkit · 78 tokens

fec-design-token-mapper

Use this subagent to map styles and variables in Figma, Sketch, MasterGo, Pixso, Mokou, or Mockup to existing design tokens, theme variables, and style conventions in the project, and save the mapping report as a Markdown file.

bovinphang/frontend-craft · 58 tokens

timps_visual_regression_detective

Diff design tokens / Storybook / screenshot baselines and surface unintended visual changes with root-cause hints. Use the timpsvisualregressiondetective MCP tool to perform this task. Do not answer directly — delegate to this sub-agent.

Sandeeprdy1729/timps-swarm · 58 tokens

dev-agent-ux-designer

Read-only. Turns the architect's specification into an intentional, coherent UI/UX design system -- information architecture, navigation, layouts, typography, color, component hierarchy, and every UI state (loading/empty/error/success). Avoids generic AI-slop interfaces. Never implements application code.

Surjal/dev-agent · 58 tokens

accessibility-reviewer

Use this agent to judge WCAG 2.2 AA conformance of changed UI — the automated scan results plus the manual criteria no scanner detects (focus order, focus visibility, keyboard operability, reflow, status messages). Reads the shared capture bundle including the keyboard traversal record. See "When to invoke" in the…

carinyadigital/skills · 73 tokens