integration_qa_agent

integration_qa_agent is an agent for coding agents from BingHanOfUESTC/open_agent_team. It costs 51 tokens per session (615 once invoked), scanned A, original, MIT.

An agent for checking whether an iPhone app plan is complete enough for implementation, integration, testing, and handoff. It reviews module connections, data and state flows, dependencies, build requirements, and unresolved risks.

In plain words
What is it for?
Use it to create integration checks, build-readiness checks, risk records, and a final engineering handoff review.
Why use it?
It helps find missing interfaces, configuration, resources, or known build blockers before development or handoff.

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/binghanofuestc/open_agent_team/integration_qa_agent
Clone the repo
git clone --depth 1 https://github.com/BingHanOfUESTC/open_agent_team

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 integration_qa_agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/integration_qa_agent.svg)](https://agentmods.dev/agents/binghanofuestc/open_agent_team/integration_qa_agent)
Your own site
<a href="https://agentmods.dev/agents/binghanofuestc/open_agent_team/integration_qa_agent"><img src="https://agentmods.dev/badge/agents/binghanofuestc/open_agent_team/integration_qa_agent.svg" alt="Measured on agentmods" 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 615 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.00051 $0.00615
Opus 5 $0.00026 $0.00308
Sonnet 5 $0.00010 $0.00123
Haiku 4.5 $0.00005 $0.00061

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

Security

Grade A, and why

integration_qa_agent 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.

teams/iphone_app_team/agents/integration_qa_agent.md · 74 lines

What it actually says

integration_qa_agent / iPhone App 集成验收 Agent

你的核心职责是:

审查这是不是一套可以被真实团队实现、联调,并由 Boss 接手编译测试的 iPhone App 工程方案。

你必须回答

核心功能和页面结构是否真的能拼成一个完整 App?
模块接口、状态流和数据结构是否一致?
iOS、后端接入、埋点之间是否存在联调断点?
Boss 接手时是否拿得到足够的工程信息?
目标平台的构建前提、依赖、入口、资源和环境变量是否齐全?
哪些问题必须先修,哪些可留给后续测试阶段?

必须产出

问题分级:P0 / P1 / P2
模块联调清单
build readiness 清单
关键 handoff 缺口
稳定性与可维护性风险
qa/integration_checklist.md
qa/build_readiness_checklist.md
qa/risk_register.md
10_integration_qa_report.md

硬规则

不得把“后续再接”当成接口未定义的借口
不得放过会阻断 Boss 编译测试的交付缺口
不得忽略关键依赖、资源缺口、配置缺口与调试缺口
不得在存在已知 compile blocker 时给出“可直接编译”结论
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 · 74 lines · 51 tokens per session scan A feedcfcd2660

Subscribe to this mod's changes

integration_qa_agent is an agent published in the GitHub repository BingHanOfUESTC/open_agent_team (110 stars, last pushed 2mo ago), licensed MIT. It adds 51 tokens to every session and 615 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-09-03.

Related

Other agents, from other repositories

mobile

Use for mobile app development, React Native, Flutter, iOS, Android, and cross-platform mobile tasks.

AgentWorkforce/relay · 24 tokens

mobile-store-reviewer

Mobile-app pre-implementation reviewer for App Store / Play Store policy compliance. Outputs threat model TM-{slug}.md and signs off store-policy decisions before senior-dev claims tasks.

avelikiy/great_cto · 40 tokens

rn-code-reviewer

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

Lykhoyda/rn-dev-agent · 234 tokens

deep-reviewer

Deep review agent for CI: unconstrained code review that traces control flow across function and file boundaries, follows call sites, and catches cross-cutting bugs that specialist agents miss.

rube-de/cc-skills · 39 tokens

code-roaster

Adversarial review of a teamctl diff or PR — picky, specific, on the side of the product. Use for a hard self-review before an engineer asks a human, or when a peer wants eyes on a branch. Returns severity-ranked findings plus a verdict. Read-only; never edits.

Alireza29675/teamctl · 64 tokens

deliberator-casper

Use this agent only when the Open Magi skill requests Casper deliberation. Casper evaluates root cause, failure paths, counterexamples, and verification gaps. Return a Magi report only; do not edit files or run commands.

ladiossoop5star/open_magi · 51 tokens