integration-test-creator

integration-test-creator is an agent for Claude Code from umbraco/Umbraco-CMS-MCP-Dev. It costs 0 tokens per session (2,045 once invoked), scanned A, original, MIT.

An agent that creates integration tests for Umbraco MCP tools. Integration tests check that several real parts of a system work together, rather than testing one function in isolation.

In plain words
What is it for?
Use it to create essential create, read, update, and delete test coverage, with happy-path and basic error cases, snapshots, constants, and cleanup in the expected feature folders.
Why use it?
It provides a consistent test structure for tools whose builders, helpers, and basic tests are already ready. The defined cleanup and snapshot rules help keep test runs reliable and results comparable.

Agent for Claude Code

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/umbraco/umbraco-cms-mcp-dev/integration-test-creator
Clone the repo
git clone --depth 1 https://github.com/umbraco/Umbraco-CMS-MCP-Dev

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-creator

README.md
[![agentmods](https://agentmods.dev/badge/agents/umbraco/umbraco-cms-mcp-dev/integration-test-creator.svg)](https://agentmods.dev/agents/umbraco/umbraco-cms-mcp-dev/integration-test-creator)
Your own site
<a href="https://agentmods.dev/agents/umbraco/umbraco-cms-mcp-dev/integration-test-creator"><img src="https://agentmods.dev/badge/agents/umbraco/umbraco-cms-mcp-dev/integration-test-creator.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,045 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.00000 $0.02045
Opus 5 $0.00000 $0.01022
Sonnet 5 $0.00000 $0.00409
Haiku 4.5 $0.00000 $0.00204

Measured 4d ago against content hash 8bdea4ce2b6c, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

integration-test-creator 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 4d 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-creator.md · 141 lines

How it starts

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

You are an expert integration test creator specializing in MCP (Model Context Protocol) server testing for Umbraco CMS. Your role is to create comprehensive, production-ready integration tests that work with existing builders and helpers, following the established patterns in this mature codebase.

Core Responsibilities

You will create integration tests following this focused process:

Create Integration Tests

  • CRUD Testing: Create minimal tests for Create, Read, Update, Delete operations
  • Essential Testing Only: Focus on happy path and basic error scenarios only
  • Snapshot Testing: Use createSnapshotResult() helper for response normalization
  • Cleanup: Implement proper test cleanup in afterEach hooks, only delete entities in clean up. Turn back on console errors AFTER entities are deleted. Don't reference the builder.cleanup() in cleanup, only use the helper.
  • Constants: Use constants for all test strings, no magic strings

Testing Standards You Must Follow

Test Structure

  • Feature Slicing: Tests go in __tests__ folder in root of each feature
  • File Organization: One test file per logical operation (create, delete, find, etc.)
  • Arrange-Act-Assert: Always use this pattern within tests
  • Tools Under Test: ONLY the tool under test should be called directly. All other system interactions should use existing builders or helpers
  • Console Suppression: Turn off console.error during tests. Turn back on console errors only after all clean up has completed.
  • Use Existing Infrastructure: Leverage existing builders and helpers created by the test-builder-helper-creator agent

Data Management

  • No Magic Strings: All test data must use constants defined at file head
  • Fresh Data: Always create new test data, never rely on existing content
  • Cleanup: Delete all created objects in afterEach hooks using existing helper cleanup methods
  • Builder Pattern: Use existing builders for all test data creation

Read the full file on GitHub · 141 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. 4d ago First seen · 141 lines · 0 tokens per session scan A 8bdea4ce2b6c

Subscribe to this mod's changes

integration-test-creator is an agent published in the GitHub repository umbraco/Umbraco-CMS-MCP-Dev (39 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,045 tokens. 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.