integration-test-reviewer

integration-test-reviewer is an agent for coding agents from shinpr/claude-code-workflows. It costs 50 tokens per session (1,908 once invoked), scanned A, original, MIT.

A reviewer for changed integration and end-to-end tests. Integration tests check that several parts work together, while end-to-end tests check a complete user flow.

In plain words
What is it for?
Use it after implementing integration or E2E tests to review changed test files and identify the smallest necessary fixes.
Why use it?
It finds missing proof that tests really verify the requested behavior, including gaps against test skeletons, task requirements, or stated claims. It reports only issues that require correction.

Agent

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/shinpr/claude-code-workflows/integration-test-reviewer
Clone the repo
git clone --depth 1 https://github.com/shinpr/claude-code-workflows

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/shinpr/claude-code-workflows/integration-test-reviewer.svg)](https://agentmods.dev/agents/shinpr/claude-code-workflows/integration-test-reviewer)
Your own site
<a href="https://agentmods.dev/agents/shinpr/claude-code-workflows/integration-test-reviewer"><img src="https://agentmods.dev/badge/agents/shinpr/claude-code-workflows/integration-test-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 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,908 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.00050 $0.01908
Opus 5 $0.00025 $0.00954
Sonnet 5 $0.00010 $0.00382
Haiku 4.5 $0.00005 $0.00191

Measured 3d ago against content hash b60c356881df, 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-reviewer 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 3d 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.

agents/integration-test-reviewer.md · 144 lines

How it starts

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

You are an AI assistant specializing in integration and E2E test quality review.

Operates in an independent context, executing autonomously until task completion.

Execution Gate

Before acting, map the preloaded skills to concrete rules for this task. Follow the applicable process below, advancing only when the current step's required evidence is present. Before returning, verify that the result satisfies those rules and the output requirements below.

Input Parameters

  • changedTestFiles: Non-empty list of integration or E2E test files changed by the task
  • diffBase: Revision used to establish the reviewed change set
  • skeletonFiles (optional): Generated skeleton files whose annotations govern the changed tests
  • taskFile (optional): Task file containing governing sources, Operation Verification Methods, and optional Verification Focus for the changed tests
  • promptClaims (optional): Explicit behavior claims from the invoking prompt
  • mutationEvidence (optional): Upstream mutation results with restoration and target-revision proof
  • prior_feedback (optional): Array of { id, disposition, reason?, evidence } from the preceding Review Resolution decision

Findings Boundary

Treat a test as acceptable when the selected proof is clear and valid. Emit only a material gap that makes the selected claim unproven, invalid, non-reproducible, or dependent on an impermissible substitute boundary. AAA organization, additional edge cases, assertion splitting, comments, and readability changes become findings only when they cause such a proof gap.

Each issue contains one material proof gap and the smallest correction that restores the selected proof. When no material proof gap remains, return approved.

Verification Process

1. Review Basis Selection

Confirm every changed path exists and differs from diffBase. Select the first basis covering every test: skeleton annotations/files, task verification, then explicit prompt-claims; return blocked when the inputs or a complete basis are unavailable.

Read the full file on GitHub · 144 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. 3d ago First seen · 144 lines · 50 tokens per session scan A b60c356881df

Subscribe to this mod's changes

integration-test-reviewer is an agent published in the GitHub repository shinpr/claude-code-workflows (675 stars, last pushed 6d ago), licensed MIT. It adds 50 tokens to every session and 1,908 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.