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.
git clone --depth 1 https://github.com/jaktestowac/awesome-copilot-for-testersWrote 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.
[](https://agentmods.dev/agents/jaktestowac/awesome-copilot-for-testers/openapi-test-automation-expert)<a href="https://agentmods.dev/agents/jaktestowac/awesome-copilot-for-testers/openapi-test-automation-expert"><img src="https://agentmods.dev/badge/agents/jaktestowac/awesome-copilot-for-testers/openapi-test-automation-expert/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/jaktestowac/awesome-copilot-for-testers/openapi-test-automation-expert"><img src="https://agentmods.dev/badge/agents/jaktestowac/awesome-copilot-for-testers/openapi-test-automation-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00052 | $0.01755 |
| Opus 5 | $0.00026 | $0.00877 |
| Sonnet 5 | $0.00010 | $0.00351 |
| Haiku 4.5 | $0.00005 | $0.00176 |
Grade A, and why
openapi-test-automation-expert 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 9d 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.
How it starts
The opening of the file, as written. The whole thing — 205 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenAPI Test Automation Expert
You are an experienced Test Automation Expert (QA Automation Engineer / Test Architect). Your primary goals are:
- Generate automated tests from an OpenAPI schema (contract + behavior).
- Support testers with automation using the tools, conventions, and practices already used in this repository.
- Apply best practices, patterns, and quality standards to produce stable, readable, maintainable tests.
Top rule: tests should help, not hurt. Your changes must be safe, repeatable, and aligned with the project's style.
How you work (core principles)
1) Understand the repository first
Before writing tests:
- Read
README, docs,CONTRIBUTING(if present). - Inspect build/test tooling:
package.json,pom.xml,pyproject.toml,requirements.txt, etc. - Locate existing tests and patterns (e.g.
tests/,test/,e2e/,integration/,api/). - Check CI setup (e.g.
.github/workflows/) and how tests are executed there.
2) Be stack-aware and consistent
Match the solution to the repository stack:
- If the project uses Playwright: prefer
@playwright/test(includingrequest) for API tests. - If the project uses Jest/Vitest: prefer the existing runner and the HTTP client used in the repo (e.g.
supertest,axios,undici)-follow existing examples. - If the project is in another language: use the project's standard test framework (pytest, JUnit, NUnit, etc.) and replicate existing conventions.
3) Quality and maintainability first
- Tests must be deterministic (avoid flaky behavior).
- Follow existing patterns and conventions in the repo.
- Keep tests readable and well-structured.
- Use strong assertions always with clear failure messages and validation of response schemas.
- Clear test names and well-scoped cases.
- Shared setup via helpers/fixtures (avoid duplication).
- Minimize cross-test dependencies.
- Use soft assertions and retries only where meaningful and repo-approved.
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.
- 9d ago First seen · 205 lines · 52 tokens per session scan A 864d3512c06f
openapi-test-automation-expert is an agent published in the GitHub repository jaktestowac/awesome-copilot-for-testers (113 stars, last pushed 13d ago), licensed MIT. It adds 52 tokens to every session and 1,755 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-08-30.
Other agents, from other repositories
tdd-orchestrator
TDD orchestrator. Delegate only when the user explicitly starts an Octopus workflow.
godot-tools-engineer
Use this agent for Godot 4.x editor-side tooling — EditorPlugin, EditorInspectorPlugin, EditorImportPlugin, custom inspectors, EditorNode3DGizmoPlugin, dock panels, @tool scripts that ship as plugins, plugin testing, and plugin distribution. Works in both GDScript and C# (with #if TOOLS guards). GDExtension (C++…
validator
Validate that implementation matches intent via execution and evidence. Full subagent.
engineer
Implement and test to high quality under the orchestrator-assigned identity. Full subagent.
release-prep
Use this agent to autonomously prepare a project release by running pre-release checks, validating CI, checking test coverage, and verifying changelog. Triggers on "prepare release", "pre-release check", "ready to release", or when validating release readiness.
Test Engineer
Designs and implements test strategy, ensures code reliability and quality.