aqa-flow

aqa-flow is a skill for Claude Code, Codex from griddynamics/rosetta. It costs 33 tokens per session (457 once invoked), scanned A, original, Apache-2.0.

A routing guide for test automation requests. It sends each request to a workflow for browser tests, API tests, or test-case generation.

In plain words
What is it for?
Use it to classify requests involving user interfaces, browsers, APIs, requirements, tickets, or test-management exports.
Why use it?
It prevents different kinds of testing work from being handled by the wrong process.

Skill for Claude CodeCodex

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 skills/griddynamics/rosetta/aqa-flow
Any agent
npx skills add griddynamics/rosetta --skill aqa-flow
Clone the repo
git clone --depth 1 https://github.com/griddynamics/rosetta

Made for: Claude Code, Codex.

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 aqa-flow

README.md
[![agentmods](https://agentmods.dev/badge/skills/griddynamics/rosetta/aqa-flow.svg)](https://agentmods.dev/skills/griddynamics/rosetta/aqa-flow)
Your own site
<a href="https://agentmods.dev/skills/griddynamics/rosetta/aqa-flow"><img src="https://agentmods.dev/badge/skills/griddynamics/rosetta/aqa-flow.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 457 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.1 $0.00033 $0.00457
Opus 5 $0.00016 $0.00229
Sonnet 5 $0.00007 $0.00091
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

aqa-flow 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 2d 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.

plugins/core-antigravity-light/skills/aqa-flow/SKILL.md · 33 lines

What it actually says

<aqa_flow>

<description_and_purpose>

Backward-compatible entry point for test-automation requests. The former monolithic AQA workflow was split into three specialized flows; this router classifies the request and dispatches to exactly one of them. It performs no phase work itself.

</description_and_purpose>

Classify the user's request and route (invoke the target flow with the user's original request verbatim):

Request is about… Route
UI / browser / E2E test automation — page objects, selectors, UI test implementation or correction USE FLOW ui-aqa-flow.md
Backend API test automation — API contracts, Swagger/OpenAPI, request/response tests, API test implementation or correction USE FLOW api-aqa-flow.md
Generating test cases / requirements from tickets and docs (Jira/Confluence), exporting cases to a TMS — no test code USE FLOW testgen-flow.md
  • Signals: UI — browser, page, selector, Playwright/Cypress/Selenium, E2E, frontend; API — endpoint, Swagger/OpenAPI, REST, request/response, backend tests; testgen — requirements analysis, test-case design from a ticket, TestRail export without automation.
  • Mixed request (e.g. both UI and API automation): name the split, propose running the flows sequentially, and let the user pick the order.
  • Unclear request (no reliable signal): ASK the user which flow applies — present the three options with a one-line description each. Do NOT guess; the flows write different artifact sets.
  • Route exactly once; the target flow owns everything downstream (phases, state, HITL gates). — You MUST fully execute loaded workflow following its entire definition for all request sizes, workflow WAS created to fix your failure modes (deviations, and weak process adherence, and shallow analysis), workflow is PRIMARY deterministic process to resolve the original user request

</aqa_flow>

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. 2d ago First seen · 33 lines · 33 tokens per session scan A b028034a9810

Subscribe to this mod's changes

aqa-flow is a skill published in the GitHub repository griddynamics/rosetta (342 stars, last pushed yesterday), licensed Apache-2.0. It adds 33 tokens to every session and 457 once invoked, about $0.0002 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.