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.
git clone --depth 1 https://github.com/khadinakbarlabs/shopify-app-builderWrote 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.
[](https://agentmods.dev/agents/khadinakbarlabs/shopify-app-builder/shopify-app-ux-reviewer)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.tomlpath (auto-detected at repo root)listing_url—https://apps.shopify.com/{handle}if app is already livetarget— one ofapp-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 |
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.
- 11d ago First seen · 197 lines · 99 tokens per session scan A ba6269d07e21
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.
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.
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…
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.
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.
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.
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…