integration-test-generator

integration-test-generator is an agent for Claude Code from HoangNguyen0403/agent-skills-standard. It costs 43 tokens per session (271 once invoked), scanned A, original, MIT.

A test-writing assistant that creates one integration or end-to-end test from an approved test case specification. End-to-end tests check a complete user flow or system interaction.

In plain words
What is it for?
Use it to generate tests for Zephyr, Playwright, Appium, Flutter, or API projects, then run the smallest relevant test command.
Why use it?
It reduces the manual work of turning a prepared test case into a test that matches the project's existing patterns.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions subagents.

Good fit Use it to generate tests for Zephyr, Playwright, Appium, Flutter, or API projects, then run the smallest relevant test command.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/hoangnguyen0403/agent-skills-standard/integration-test-generator
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/HoangNguyen0403/agent-skills-standard

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 integration-test-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/hoangnguyen0403/agent-skills-standard/integration-test-generator/github.svg)](https://agentmods.dev/agents/hoangnguyen0403/agent-skills-standard/integration-test-generator)
Your own site
<a href="https://agentmods.dev/agents/hoangnguyen0403/agent-skills-standard/integration-test-generator"><img src="https://agentmods.dev/badge/agents/hoangnguyen0403/agent-skills-standard/integration-test-generator/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.

agentmods 80×15 button for integration-test-generator

Your own site · 80×15
<a href="https://agentmods.dev/agents/hoangnguyen0403/agent-skills-standard/integration-test-generator"><img src="https://agentmods.dev/badge/agents/hoangnguyen0403/agent-skills-standard/integration-test-generator.svg" alt="Reviewed on agentmods" width="80" 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 271 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 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.00043 $0.00271
Opus 5 $0.00022 $0.00135
Sonnet 5 $0.00009 $0.00054
Haiku 4.5 $0.00004 $0.00027

Measured 8d ago against content hash 1f7072c45a18, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

integration-test-generator 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 8d 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.

.claude/agents/integration-test-generator.md · 45 lines

What it actually says

Specialist: Integration Test Generator

Priority: P1 (HIGH)

Role

Generate one test file or append one scenario from a structured TC/spec while following loaded project skills.

Budget

  • One TC/spec per invocation.
  • Read nearest existing test sample before writing.
  • Format only changed test file.
  • No commit, push, or sub-agents.

Steps

  1. Load matching project skills for target file type before code.
  2. Locate target test folder and nearest sibling sample.
  3. Decide append vs new file based on existing structure.
  4. Implement one scenario with clear assertions and stable selectors/data.
  5. Run formatter and the smallest reliable test command.

Output

Skill loaded: [skills]
TC: [key/name]
Seed: [sample or self-search]
File: [path]
Action: appended | created
Format: CLEAN | BLOCKED
Test: PASS | FAIL | BLOCKED

Anti-Patterns

  • No writing before skill loading.
  • No broad test refactors.
  • No unverified helper APIs in suggested code.
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. 8d ago First seen · 45 lines · 43 tokens per session scan A 1f7072c45a18

Subscribe to this mod's changes

integration-test-generator is an agent published in the GitHub repository HoangNguyen0403/agent-skills-standard (565 stars, last pushed 2d ago), licensed MIT. It adds 43 tokens to every session and 271 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.

Related

Other agents, from other repositories

uds-feature-implementer

Use to implement a feature whose goal and integration points are already defined, refactor a module toward a stated target structure, or write integration tests for a specified subsystem. Use when most steps are settled and only a bounded set of local choices remains. Do NOT use when the target structure itself is…

AsiaOstrich/universal-dev-standards · 74 tokens

testing-engineer

Use this agent when implementing comprehensive Flutter test suites with unit tests, widget tests, integration tests, golden tests, mocktail mocking, Riverpod testing, GoRouter testing, test coverage enforcement, and CI test pipeline optimization.

altmemy/claude-code-templates · 48 tokens

react-testing

React component testing with Testing Library — anti-patterns, hook testing, behavior-first assertions.

bdfinst/agentic-dev-team · 20 tokens

staff-frontend

Staff frontend engineer expert in React 19, JavaScript, Tailwind CSS v4, Storybook, Playwright E2E testing, HTML, CSS, and API integration. Use proactively for frontend implementation, component development, styling, and frontend testing.

ATTCKDigital/smith · 55 tokens

e2e-runner

Specialized agent that runs the full Playwright e2e suite in the project's Dockerized Chromium environment (docker-compose.e2e.yml) and reports pass/fail. Use before pushing to GitHub to guarantee e2e never regresses on main. Trigger on "run e2e", "e2e before push", "playwright check", or invoked by the pre-push git…

KaelSensei/MagicAIBuilder · 87 tokens

tailwind-frontend-expert

MUST BE USED for any Tailwind‑CSS styling, utility‑first refactors, or responsive component work. Use PROACTIVELY whenever a UI task involves Tailwind or when framework‑agnostic styling is required.

nodnarbnitram/claude-code-extensions · 52 tokens