api-aqa-flow-test-implementation

api-aqa-flow-test-implementation is a command for coding agents from griddynamics/rosetta. It costs 26 tokens per session (1,946 once invoked), scanned A, original, Apache-2.0.

Phase 5 Test Implementation of api-aqa-flow (USER INTERACTION REQUIRED after implementation).

Command

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 commands/griddynamics/rosetta/api-aqa-flow-test-implementation
Clone the repo
git clone --depth 1 https://github.com/griddynamics/rosetta

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 api-aqa-flow-test-implementation

README.md
[![agentmods](https://agentmods.dev/badge/commands/griddynamics/rosetta/api-aqa-flow-test-implementation.svg)](https://agentmods.dev/commands/griddynamics/rosetta/api-aqa-flow-test-implementation)
Your own site
<a href="https://agentmods.dev/commands/griddynamics/rosetta/api-aqa-flow-test-implementation"><img src="https://agentmods.dev/badge/commands/griddynamics/rosetta/api-aqa-flow-test-implementation.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,946 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00026 $0.01946
Opus 5 $0.00013 $0.00973
Sonnet 5 $0.00005 $0.00389
Haiku 4.5 $0.00003 $0.00195

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

Security

Grade A, and why

api-aqa-flow-test-implementation 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 today.

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-copilot-light/commands/api-aqa-flow-test-implementation.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

<api_aqa_flow_test_implementation>

<description_and_purpose> Implement all approved API test specifications as executable automated tests with shared utilities (auth, data factories, response validation), validate locally (lint-clean), then hand execution off to the user. The phase implements → validates → hands off → updates state without closing the workflow. </description_and_purpose>

<workflow_context>

  • Phase 5 of 8 in api-aqa-flow
  • Input: approved test specs plans/api-aqa-{IDENTIFIER}/test-specs.md + existing patterns + API analysis (api-analysis.md); resolve {IDENTIFIER} from agents/TEMP/<FEATURE>/api-aqa-state.md
  • Output: implemented test files + shared utilities, lint-clean; state updated; user given an execution command
  • Prerequisite: Phase 4 complete with recorded user approval of the specs
  • HITL: must stop and wait for the user to execute the tests (this phase does not run them)
  • Write boundary (single SSoT — referenced by other sections): writes test files + shared test-utility files only; synthetic data only — no hardcoded credentials, URLs, or production data.
  • Required skills: qa-knowledge (implementation_modes — API impl + hand-off record fields), qa-structure ({IDENTIFIER} + artifact path)
  • Recommended skills: testing (test quality discipline), coding (repo conventions) </workflow_context>

<implementation_handoff_contract> This phase OWNS the implement → validate-locally → hand-off-execution → update-state-without-closing contract. Verified by <validation_checklist> independent of skill internals.

  • Implement — author tests + shared utilities via qa-knowledge implementation_modes (API impl) against the approved specs; USE SKILL testing for general test quality; use coding for repo conventions (read repo standards as authority; repo docs win).
  • Validate locally — lint/format clean on touched files; every ATC implemented OR surfaced as a Gap (no silent ATC drop); tests isolated + idempotent; test-data lifecycle (create + cleanup) verified.
  • Hand off execution — provide the exact project test-execution command; STOP and WAIT for the user to run it (<stop_for_execution>). The phase never executes the tests itself.
  • Update state without closing — record outcome in agents/TEMP/<FEATURE>/api-aqa-state.md, mark Phase 5 complete, set Phase 6 current; do NOT mark the overall AQA workflow COMPLETE.

Hand-off summary fields (returned by the implementing skill, verified by this phase) → qa-knowledge's test-implementation record (the skill loads its own asset) — the ordered field list (framework, file counts, ### Files, ### ATC → test mapping, ### Assumptions made, ### Gaps surfaced, ### Lint / format status, ### Validation scope & waivers, ### Ready for re-test). </implementation_handoff_contract>

<phase_steps>

  1. Implement and validate the tests locally (step 5.1)
  2. Validate against requirements (step 5.2)
  3. Stop for user test execution (step 5.3)
  4. Update state (step 5.4) </phase_steps>

<execute_implementation step="5.1" subagent="engineer" role="Test automation engineer">

  1. USE SKILL qa-structure to resolve {IDENTIFIER}/run paths. GATE: confirm plans/api-aqa-{IDENTIFIER}/test-specs.md exists, is non-empty, and User Approval is set in agents/TEMP/<FEATURE>/api-aqa-state.md; confirm api-analysis.md and discoverable existing patterns are present. On any failure apply <failure_handling> — never author from unapproved or incomplete inputs.
  2. USE SKILL coding to read the repository standards as authority before authoring; repo docs beat model defaults.
  3. USE SKILL qa-knowledge (implementation_modes — API impl) and USE SKILL testing with the parent-supplied bindings: approved-specs path + the recorded approval signal; API-contract path; existing-patterns source; write boundary = test + shared-utility files only (<workflow_context>); output = the hand-off summary fields per <implementation_handoff_contract>.
  4. Implement shared utilities (auth helper, data factory, response validator) — prefer EXTENDING existing helpers over parallel ones; record any extension. Every test name/docstring carries its ATC-NNN id.
  5. Record assumptions as [ASSUMED: <field>=<value>] (code + summary) and surface any unimplementable ATC as a Gap — no silent ATC drop.
  6. Validate locally: run the project lint/format command on touched files and resolve issues; emit the hand-off summary. </execute_implementation>

Read the full file on GitHub · 100 lines

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. today First seen · 100 lines · 26 tokens per session scan A 00b4ebf7e0d9

Subscribe to this mod's changes

api-aqa-flow-test-implementation is a command published in the GitHub repository griddynamics/rosetta (342 stars, last pushed today), licensed Apache-2.0. It adds 26 tokens to every session and 1,946 once invoked, about $0.0001 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.