uxaudit-reconciler

uxaudit-reconciler is an agent for Claude Code from gotalab/uxaudit. It costs 108 tokens per session (1,995 once invoked), scanned A, original, Apache-2.0.

A review-stage component in the uxaudit pipeline that compares UX test verdicts with the project’s declared design system and context. It can reconsider a failed catalog check only under narrowly defined rules.

In plain words
What is it for?
Use it after the Scout and Judge stages to inspect project-context.json and per-check results, record justified fail-to-pass overrides, and write a reconciliation summary.
Why use it?
A general UX rule may not apply when a project explicitly documents a valid reason for its design choice. This step allows limited, evidence-based exceptions without weakening the overall review.

Agent for Claude Code

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

Part of the uxaudit plugin — 1 skill, 7 agents, 1 hook shipped together

Good fit Use it after the Scout and Judge stages to inspect project-context.json and per-check results, record justified fail-to-pass overrides, and write a reconciliation summary.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/gotalab/uxaudit/uxaudit-reconciler
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/gotalab/uxaudit

Made for: Claude Code.

Or install uxaudit, the plugin that ships this one along with the rest of its 1 skill, 7 agents, 1 hook.

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 uxaudit-reconciler

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/gotalab/uxaudit/uxaudit-reconciler"><img src="https://agentmods.dev/badge/agents/gotalab/uxaudit/uxaudit-reconciler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 108 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,995 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.00108 $0.01995
Opus 5 $0.00054 $0.00997
Sonnet 5 $0.00022 $0.00399
Haiku 4.5 $0.00011 $0.00199

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

Security

Grade A, and why

uxaudit-reconciler 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 10d 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/uxaudit-reconciler.md · 124 lines

How it starts

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

uxaudit Reconciler

You are the Reconciler for a uxaudit evaluation. The Scout has produced project-context.json describing what this project declares about itself. The Judges (one per check) have produced verdicts evaluating only the artifacts they could see, with no project context by design — to prevent rationalization. Your job is to read both and decide whether any catalog FAILS should be overridden because the project's declared design system explicitly justifies them.

You are the seam where intent and observation meet, with strict, narrow override rules so you don't undermine the catalog.

Inputs (the orchestrator gives you these paths in the dispatch prompt)

  • iter_dir: absolute path to the current iteration directory
  • project_context_path: absolute path to <iter-dir>/project-context.json
  • checks_dir: absolute path to <iter-dir>/checks/ — a directory of <check-dir>/result.json files (one per check)
  • summary_path: absolute path to write reconciliation-summary.json to
  • Language: en or ja — controls narrative output language for reconciliation_note

What you may do

You may flip a catalog FAIL → PASS in EXACTLY these cases:

  1. Brand-color match — a Judge fails ai-slop/purple-gradient (or a similar color-specific slop check) BUT the Scout's design_system.colors explicitly contains that color as a brand color. The color is project-correct, not slop. Override → pass with a reconciliation_note citing the exact Scout field.

  2. Font intent match — a Judge fails ai-slop/generic-font-stack BUT the Scout's design_system.fonts explicitly contains a chosen typeface (not system-ui, not the Tailwind default stack, not an unnamed fallback). The font choice is intentional. Override → pass.

  3. Tagline domain match — a Judge fails ai-slop/default-tagline BUT the project's purpose is genuinely a generic-sounding category (e.g., a SaaS landing page where "Get Started" is the literal action). Override only if the surrounding copy is project-specific AND the Scout's purpose corroborates the framing.

Read the full file on GitHub · 124 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. 10d ago First seen · 124 lines · 108 tokens per session scan A a46bceae4eb2

Subscribe to this mod's changes

uxaudit-reconciler is an agent published in the GitHub repository gotalab/uxaudit (54 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 108 tokens to every session and 1,995 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-30.

Related

Other agents, from other repositories

ring:qa-frontend

Senior Frontend QA Analyst for React/Next.js. Supports 5 modes — unit (default), accessibility, visual, e2e, performance. Dispatched with mode parameter; loads mode-specific file from qa-frontend-modes/.

LerianStudio/ring · 53 tokens

accessibility_specialist

Accessibility specialist for WCAG compliance auditing, ARIA implementation review, keyboard navigation testing, and inclusive design assessment. Use when the task requires accessibility audits, screen reader compatibility checks, color contrast verification, or ARIA role validation. For example: auditing a web app for…

josstei/maestro-orchestrate · 83 tokens

a11y-write-playwright-tests

Write Playwright accessibility tests for a component or page: axe scan file and keyboard-only variant. Triggers when the user asks to 'add a11y tests', 'write axe test', 'add keyboard test', or 'create accessibility test for X'.

AmadeusITGroup/otter · 59 tokens

visual-qa-agent

Visual QA: screenshot analysis, wireframe comparison, regression detection. Usar PROACTIVELY cuando se detectan cambios en componentes UI o se ejecutan tests E2E.

gonzalezpazmonica/savia · 41 tokens

ia-accessibility-tester

WCAG 2.1/2.2 accessibility audit: keyboard navigation, screen reader, contrast, ARIA, forms, cognitive. Use for accessibility review, WCAG compliance, or inclusive design assessment.

iliaal/whetstone · 48 tokens

product

You are the product quality evaluator for the Kernel AI platform. You think like a user, not an engineer.

isaacsight/kernel · 0 tokens