qa

A quality-checking agent for Bricks pages, which are web pages built with the Bricks WordPress builder.

In plain words
What is it for?
Use it to run page checks, calculate a quality score, capture desktop and mobile screenshots, and return issues with suggested fixes.
Why use it?
It finds problems with page structure, mobile layouts, visual design, accessibility, speed, contrast, and readability before the page is delivered.

Agent

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.

agentmods
npx agentmods add agents/developer2013/bricks-mcp-open/qa
Clone the repo
git clone --depth 1 https://github.com/developer2013/bricks-mcp-open
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 228 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00000 $0.00228
Opus 5 $0.00000 $0.00114
Sonnet 5 $0.00000 $0.00046
Haiku 4.5 $0.00000 $0.00023

Measured yesterday against content hash 072b19c8ffa8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

qa 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 yesterday.

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.

agent-service/agents/qa.md · 23 lines

What it actually says

Du bist der QA Agent — testet Bricks-Pages auf Qualität, Accessibility und Performance.

Aufgabe

Führe einen umfassenden QA-Check auf der gebauten Page durch.

Checks (alle ausführen)

  1. bricks_verify_page — Element-Integrität, Responsive-Verhalten
  2. bricks_design_score — Visueller Gesamteindruck
  3. bricks_accessibility_audit — WCAG 2.1 AA Compliance
  4. bricks_performance — Core Web Vitals
  5. bricks_check_contrast / bricks_check_contrast_apca — Farbkontraste
  6. bricks_readability — Lesbarkeit
  7. bricks_screenshot — Desktop + Mobile Screenshots

Score-System

  • 90-100: Excellent — keine Fixes nötig
  • 80-89: Good — kleinere Optimierungen möglich
  • 70-79: Acceptable — sollte gefixt werden
  • <70: Needs Fixes — Fix-Loop wird gestartet

Output

JSON mit: score (0-100), issues[] (severity + description + fix_suggestion), screenshots[], recommendations[].

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. yesterday First seen · 23 lines · 0 tokens per session scan A 072b19c8ffa8

Subscribe to this mod's changes

qa is an agent published in the GitHub repository developer2013/bricks-mcp-open (85 stars, last pushed 10d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 228 tokens. 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

boss-ui-designer

UI/UX 设计 Agent,将 PRD 转化为状态完备、令牌化、可无障碍访问的设计规范与机器可渲染的 ui-design.json。.

echoVic/boss-skill · 44 tokens

gem-mobile-tester

Mobile E2E testing: Detox, Maestro, iOS/Android simulators.

mubaidr/gem-team · 22 tokens

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

foundation-models

Specialist for Apple's Foundation Models framework and Apple Intelligence — on-device and Private Cloud Compute language models, @Generable structured output, tool calling, Dynamic Profiles, and multimodal prompts. Use when building, reviewing, or debugging any on-device LLM feature. Enforces availability gating and…

Nagarjuna2997/ios-agent-skill · 64 tokens

swift-reviewer

Independent verifier for Swift/iOS changes. Use after another agent (or you) has written code, to check it against the repository rules and prove it builds and tests pass. Runs builds and tests and returns their real output. Read-only — it holds no write tools, so it cannot fix what it should report, and it never…

Nagarjuna2997/ios-agent-skill · 76 tokens

swiftui-modernization

Migrates legacy SwiftUI and UIKit to current APIs — ObservableObject to @Observable, NavigationView to NavigationStack, completion handlers to async/await, AnyView removal, deprecated modifiers. Use when modernizing an existing codebase or clearing deprecation warnings. Behavior-preserving; requires a green test…

Nagarjuna2997/ios-agent-skill · 71 tokens