test-e2e

test-e2e is a skill for Claude Code from dryvist/claude-code-plugins. It costs 17 tokens per session (558 once invoked), scanned A, original, Apache-2.0.

An end-to-end test procedure for infrastructure managed by OpenTofu and Ansible. It validates configuration, plans changes, checks the shared inventory, and dry-runs Ansible playbooks across dependent repositories.

In plain words
What is it for?
Use it to validate OpenTofu, inspect a Terrakube plan, check Ansible syntax, run Ansible check mode, and review proposed differences.
Why use it?
It catches syntax errors, planning problems, stale inventory, and configuration changes before they are applied to real systems.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the infra-orchestration plugin — 3 skills shipped together

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 skills/dryvist/claude-code-plugins/test-e2e
Any agent
npx skills add dryvist/claude-code-plugins --skill test-e2e
Clone the repo
git clone --depth 1 https://github.com/dryvist/claude-code-plugins

Made for: Claude Code.

Or install infra-orchestration, the plugin that ships this one along with the rest of its 3 skills.

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 test-e2e

README.md
[![agentmods](https://agentmods.dev/badge/skills/dryvist/claude-code-plugins/test-e2e.svg)](https://agentmods.dev/skills/dryvist/claude-code-plugins/test-e2e)
Your own site
<a href="https://agentmods.dev/skills/dryvist/claude-code-plugins/test-e2e"><img src="https://agentmods.dev/badge/skills/dryvist/claude-code-plugins/test-e2e.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 558 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.1 $0.00017 $0.00558
Opus 5 $0.00009 $0.00279
Sonnet 5 $0.00003 $0.00112
Haiku 4.5 $0.00002 $0.00056

Measured 2d ago against content hash d42076a710fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

test-e2e 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 2d 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.

infra-orchestration/skills/test-e2e/SKILL.md · 81 lines

How it starts

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

Infrastructure End-to-End Test

Full pipeline validation across every infrastructure repo in dependency order. Validates syntax, plans changes, exports inventory, and dry-runs Ansible playbooks.

Pipeline Stages

Stage 1: OpenTofu Validate

In tofu-proxmox:

tofu validate

Stage 2: Terrakube Plan

In tofu-proxmox:

tofu plan

Stage 3: Export Inventory

Run /infra-sync-inventory to verify the RustFS artifact produced by the last successful Terrakube apply.

Stage 4: Ansible Syntax Check

Run in parallel across all Ansible repos:

ansible-playbook --syntax-check -i inventory/hosts.yml playbooks/site.yml

Target repos: ansible-proxmox, ansible-proxmox-apps, ansible-splunk

Stage 5: Ansible Check Mode (Dry Run)

Run in parallel across all Ansible repos:

ansible-playbook --check -i inventory/hosts.yml playbooks/site.yml

Stage 6: Ansible Diff

Run in parallel across all Ansible repos:

ansible-playbook --check --diff -i inventory/hosts.yml playbooks/site.yml

Results

Report per-stage, per-repo pass/fail status:

Stage tofu-proxmox ansible-proxmox ansible-proxmox-apps ansible-splunk
Validate PASS/FAIL - - -
Plan PASS/FAIL - - -
Syntax Check - PASS/FAIL PASS/FAIL PASS/FAIL
Check Mode - PASS/FAIL PASS/FAIL PASS/FAIL
Diff - PASS/FAIL PASS/FAIL PASS/FAIL

Error Handling

Stage failures in OpenTofu block all subsequent stages. Ansible stage failures are independent per-repo.

  • orchestrate-infra (infra-orchestration) — Master orchestrator for cross-repo infrastructure with dependency graph dispatch
  • sync-inventory (infra-orchestration) — Export Terraform inventory and distribute to Ansible repositories
  • infrastructure-standards (infra-standards) — Use when working on infrastructure repos (terraform, ansible, kubernetes, proxmox, nix devShells)

Read the full file on GitHub · 81 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. 2d ago First seen · 81 lines · 17 tokens per session scan A d42076a710fd

Subscribe to this mod's changes

test-e2e is a skill published in the GitHub repository dryvist/claude-code-plugins (3 stars, last pushed yesterday), licensed Apache-2.0. It adds 17 tokens to every session and 558 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-04.