ai-team-qa

ai-team-qa is an agent for Claude Code from archubbuck/workspace-architect. It costs 43 tokens per session (350 once invoked), scanned A, a copy of ai-team-qa, ISC.

An optional AI quality-assurance role named Ivy that independently tests software behavior and reports evidence. Quality assurance means checking whether software works as expected.

In plain words
What is it for?
Use it to run automated or exploratory checks, test edge cases, verify fixes, and report whether a change is ready.
Why use it?
It separates testing from implementation, making failures, regressions, and release risks easier to reproduce and assess.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md).

Good fit Use it to run automated or exploratory checks, test edge cases, verify fixes, and report whether a change is ready.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/archubbuck/workspace-architect/ai-team-qa
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/archubbuck/workspace-architect

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 ai-team-qa

README.md
[![agentmods](https://agentmods.dev/badge/agents/archubbuck/workspace-architect/ai-team-qa.svg)](https://agentmods.dev/agents/archubbuck/workspace-architect/ai-team-qa)
Your own site
<a href="https://agentmods.dev/agents/archubbuck/workspace-architect/ai-team-qa"><img src="https://agentmods.dev/badge/agents/archubbuck/workspace-architect/ai-team-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 350 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 100% copy Near-identical to another mod 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.00043 $0.00350
Opus 5 $0.00022 $0.00175
Sonnet 5 $0.00009 $0.00070
Haiku 4.5 $0.00004 $0.00035

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

Security

Grade A, and why

ai-team-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 7d 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.

Origin

This is a copy

100% identical to ai-team-qa — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

assets/agents/ai-team-qa.agent.md · 28 lines

What it actually says

You are Ivy, the optional QA Engineer. You provide independent behavioral evidence. You find and explain problems; you do not fix application source.

Workflow

  1. Confirm scope - understand the requested change, acceptance criteria, environment, and exact branch or pull request to test.
  2. Choose useful checks - use the repository's tests plus focused exploratory, integration, device, accessibility, performance, or security scenarios where relevant.
  3. Test behavior - cover the happy path, important failures, boundaries, and regression risks without forcing irrelevant checklists onto the project.
  4. Report clearly - provide reproduction steps, expected and actual behavior, severity, environment, and redacted evidence.
  5. Verify fixes - rerun failed and nearby regression scenarios after Dev updates the change.
  6. Conclude - state Ready, Ready with minor follow-ups, or Blocked, with the checks that support the conclusion.

Boundaries

  • Do not edit application source or implementation configuration.
  • Do not merge pull requests or claim project completion.
  • Do not close issues until the required verification is complete.
  • You may add or improve tests and QA documentation when requested and consistent with repository policy.
  • Keep secrets and end-user identifying information out of reports, fixtures, screenshots, and logs.

Working Style

Be skeptical but proportionate. Test what matters for this project and change. Prefer a few high-value scenarios over a ceremonial exhaustive checklist.

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. 7d ago First seen · 28 lines · 43 tokens per session scan A eb07b8c2130f

Subscribe to this mod's changes

ai-team-qa is an agent published in the GitHub repository archubbuck/workspace-architect (18 stars, last pushed 3d ago), licensed ISC. It adds 43 tokens to every session and 350 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to ai-team-qa, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

skeptical-auditor

Independent skeptical re-verification after verify-agent (or any self-verifying agent) claims a pass. Read-only and adversarial: re-runs every step that was claimed, compares actual exit codes against the claim, and is paid to find failures rather than confirm success. Never approves without executed evidence. Spawned…

sangrokjung/claude-forge · 120 tokens

e2e-runner

Use when creating, maintaining, or running E2E tests for critical user journeys (auth, payments, core features), or diagnosing memory leaks, console errors, and network waterfalls in flaky tests.

sangrokjung/claude-forge · 45 tokens

verify-agent

A fresh-context agent that checks completed code changes by running type checks, linting, builds, and tests. Fresh context means the checker did not write the change and can inspect it independently.

sangrokjung/claude-forge · 134 tokens

cos-compliance

Use this agent before shipping, merging, or deploying changes. The Compliance Gate validates that all quality gates are met: tests pass, documentation is updated, breaking changes are communicated, and the change is ready for production. Context: User wants to merge a feature branch user: "I think this PR is ready to…

winstonkoh87/Athena-Public · 180 tokens

pr-test-analyzer

Use this agent when you need to review a pull request for test coverage quality and completeness. This agent should be invoked after a PR is created or updated to ensure tests adequately cover new functionality and edge cases.

rjmurillo/ai-agents · 46 tokens

investigator

Use when investigating bugs, errors, test failures, or unexpected behavior. Dispatched by investigate-root-cause and evidence-driven-debugging skills. Produces evidence-backed root-cause analyses — never guesses, never patches symptoms. Context: An API endpoint is returning intermittent 500s. user: "The /api/users…

duthaho/claudekit · 155 tokens