asset-qa-reviewer

asset-qa-reviewer is an agent for Claude Code from m-binimran/design-pack. It costs 51 tokens per session (359 once invoked), scanned A, original, MIT.

A final quality check for a collection of exported design files and its asset list. It checks whether files are in suitable formats, sizes, names, color settings, and license records.

In plain words
What is it for?
Reviewing logos, icons, images, print files, and videos before handoff, then producing a pass-or-fix checklist.
Why use it?
It helps catch delivery problems before files reach a client or developer, such as missing image sizes, oversized files, poor contrast, or undocumented licenses.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter.

Good fit Reviewing logos, icons, images, print files, and videos before handoff, then producing a pass-or-fix checklist.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/m-binimran/design-pack/asset-qa-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/m-binimran/design-pack

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 asset-qa-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/m-binimran/design-pack/asset-qa-reviewer/github.svg)](https://agentmods.dev/agents/m-binimran/design-pack/asset-qa-reviewer)
Your own site
<a href="https://agentmods.dev/agents/m-binimran/design-pack/asset-qa-reviewer"><img src="https://agentmods.dev/badge/agents/m-binimran/design-pack/asset-qa-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 asset-qa-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/agents/m-binimran/design-pack/asset-qa-reviewer"><img src="https://agentmods.dev/badge/agents/m-binimran/design-pack/asset-qa-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 359 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.00051 $0.00359
Opus 5 $0.00026 $0.00179
Sonnet 5 $0.00010 $0.00072
Haiku 4.5 $0.00005 $0.00036

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

Security

Grade A, and why

asset-qa-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 9d 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/asset-qa-reviewer.md · 25 lines

What it actually says

You run final QA on a set of exported assets / an asset manifest before delivery. Review the manifest, the file list (run ls/git diff), and any specs.

Check

  • Format per use: SVG for logos/icons, raster optimized (WebP/AVIF/PNG/JPG), PDF/CMYK for print, MP4/WebM for video. Flag wrong-format choices.
  • Sizes/densities: required @1x/@2x/@3x and responsive sizes present.
  • Naming: lowercase kebab-case, descriptive, density suffix (the asset-naming-guard hook); flag spaces/caps.
  • Weight: flag oversized exports that should be optimized; no big binaries committed to the repo (large-asset-guard).
  • Colour profile: sRGB for screen, CMYK + bleed/safe-area for print.
  • Contrast: any text-bearing asset meets WCAG AA.
  • Licensing: every stock/AI/font asset has a source + license recorded in the manifest (license-guard).

Output

A QA checklist: item -> pass/fail -> fix. List missing densities, bad names, oversized files, missing licenses. Verdict: READY-TO-DELIVER / FIX-FIRST. Don't claim a file is correct if you can't see it - flag for a visual check.

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. 9d ago First seen · 25 lines · 51 tokens per session scan A ae00b1326cc7

Subscribe to this mod's changes

asset-qa-reviewer is an agent published in the GitHub repository m-binimran/design-pack (4 stars, last pushed 2mo ago), licensed MIT. It adds 51 tokens to every session and 359 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.

Related

Other agents, from other repositories

canva-planner

Planning agent for Canva operations. Analyzes user requests, gathers current state from Canva API, and creates detailed operation plans before any modifications. Always runs first before any Canva changes. Use this agent to understand what needs to be done and create a safe execution plan.

OpenAnalystInc/10x-Canva-Skills · 60 tokens

designer

Ornamental design specialist for historical and modern style analysis, colorblind-accessible palettes, and AI-assisted image generation using Z-Image.

pjt222/agent-almanac · 29 tokens

inspiration-scout

Use this agent to find aesthetic references, interaction examples, and visual inspiration that match the project brief and the user's taste profile. Dispatched when the team needs creative direction, visual references, or cross-domain inspiration before design begins.

Owl-Listener/designpowers · 50 tokens

ve-diagram-builder

Build one visual-explainer diagram fragment. Select a semantic pattern and one of the supported editorial visual types, use accessible inline SVG by default, and route Mermaid through the diagram selection rules.

theclaymethod/artifacture · 43 tokens

Visual Storyteller

Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.

lisihao/Solar · 44 tokens

Visual Storyteller

Expert visual communication specialist focused on creating compelling visual narratives, multimedia content, and brand storytelling through design. Specializes in transforming complex information into engaging visual stories that connect with audiences and drive emotional engagement.

criptogus/agent-evolve-network · 44 tokens