e2e-skill-ops

e2e-skill-ops is a skill for Claude Code from iamcxa/kc-claude-plugins. It costs 60 tokens per session (2,567 once invoked), scanned A, original, MIT.

A maintenance and debugging guide for a group of end-to-end testing skills. End-to-end testing checks a complete user flow through an application, from its starting point to its result.

In plain words
What is it for?
It helps debug failures, maintain the e2e-map, e2e-test, and e2e-walkthrough skills, add pipeline capabilities, and compare test results with expected coverage.
Why use it?
It helps find the cause of failed test-skill runs and keeps related mapping, testing, and walkthrough instructions consistent after changes.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions subagents.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the e2e-pipeline plugin — 11 skills, 8 agents, 2 hooks shipped together

Good fit It helps debug failures, maintain the e2e-map, e2e-test, and e2e-walkthrough skills, add…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add iamcxa/kc-claude-plugins
Claude Code
/plugin install e2e-pipeline

Made for: Claude Code.

Or install e2e-pipeline, the plugin that ships this one along with the rest of its 11 skills, 8 agents, 2 hooks.

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 e2e-skill-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/iamcxa/kc-claude-plugins/e2e-skill-ops.svg)](https://agentmods.dev/skills/iamcxa/kc-claude-plugins/e2e-skill-ops)
Your own site
<a href="https://agentmods.dev/skills/iamcxa/kc-claude-plugins/e2e-skill-ops"><img src="https://agentmods.dev/badge/skills/iamcxa/kc-claude-plugins/e2e-skill-ops.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,567 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.00060 $0.02567
Opus 5 $0.00030 $0.01283
Sonnet 5 $0.00012 $0.00513
Haiku 4.5 $0.00006 $0.00257

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

Security

Grade A, and why

e2e-skill-ops 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 6d 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.

e2e-pipeline/skills/e2e-skill-ops/SKILL.md · 150 lines

How it starts

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

E2E Skill Operations — Debug, Maintain, Extend, Evaluate

Overview

Meta-skill for the e2e-map / e2e-test / e2e-walkthrough pipeline. Enforces known-issue lookup, cross-skill impact scanning, post-fix verification, and persistent learning.

When to Use

  • e2e skill execution fails and root cause isn't immediately obvious
  • After editing any e2e skill, need to ensure cross-skill consistency
  • Adding a new capability to the e2e pipeline (e.g., trace analysis, new output format)
  • Running gap analysis after e2e suite execution

When NOT to use:

  • Simple mapping selector fix (edit the yaml directly)
  • Normal e2e-test / e2e-map / e2e-walkthrough execution (invoke those skills directly)
  • Non-e2e agent-browser operations

Invocation

/e2e-skill-ops --debug       # Diagnose e2e execution failure
/e2e-skill-ops --maintain    # Sync changes across skills after edit
/e2e-skill-ops --add-feature # Add capability to one or more e2e skills
/e2e-skill-ops --evaluate    # Gap analysis: execution results vs skill expectations

No args: show available modes with status, then ask which to run:

E2E Skill Operations
────────────────────
Modes:
  /e2e-skill-ops --debug       — diagnose e2e execution failure
  /e2e-skill-ops --maintain    — sync changes across skills after edit
  /e2e-skill-ops --add-feature — add capability to one or more e2e skills
  /e2e-skill-ops --evaluate    — gap analysis: execution results vs expectations

Recent findings: {count from skill-quality-findings.md, or "none yet"}

Which mode? (or describe what happened — I'll pick the right one)

Unknown mode (e.g., --fix): show the same menu. Multiple modes (e.g., --debug --maintain): run in the order given, sequentially.

Mode selection from description: When the user describes a problem instead of picking a mode, select using this priority:

  1. Single recent failure with error message → --debug
  2. "I just edited skill X" or recent skill file changes → --maintain
  3. Systemic failures across multiple flows/runs → --evaluate
  4. "Add X to the pipeline" → --add-feature
  5. Ambiguous → show the menu and ask, do NOT guess. "I'll pick the right one" means pick from this table, not bypass the menu.

Read the full file on GitHub · 150 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 150 lines · 60 tokens per session scan A 92e27a0a2493

Subscribe to this mod's changes

e2e-skill-ops is a skill published in the GitHub repository iamcxa/kc-claude-plugins (3 stars, last pushed today), licensed MIT. It adds 60 tokens to every session and 2,567 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-31.

Related

Other skills, from other repositories

verify-bug

Post-merge UAT verification workflow. Walks JIRA reproduce steps, performs comparative audits (Before/After), attaches evidence to JIRA, and transitions status on PASS.

HoangNguyen0403/agent-skills-standard · 39 tokens

reality-verification

This skill should be used when the user asks to "verify a fix", "reproduce failure", "diagnose issue", "check BEFORE/AFTER state", "VF task", "reality check", "check test quality", "mock-only tests", or needs guidance on verifying fixes by reproducing failures before and after implementation, or detecting mock-heavy…

tzachbon/smart-ralph · 81 tokens

test-electron-app

Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…

PostHog/posthog · 112 tokens

testing-blocks

Use this when you have made AEM Edge Delivery Services code changes to blocks, scripts, or styles and need to validate them before opening a pull request. Covers unit testing for utilities and logic, browser testing with Playwright, linting, and guidance on what to test and how.

adobe/skills · 61 tokens

flutter-skill

Automate and test Flutter applications — launch apps, inspect widgets, tap elements, enter text, scroll, swipe, take screenshots, validate state, and debug via Dart VM Service Protocol. Use when the user wants to run Flutter app tests, automate Flutter UI interactions, inspect widget trees, debug a running Flutter…

ai-dashboad/flutter-skill · 73 tokens

qa

Read-only automated QA sweep of a deployed stardust site on AEM Edge Delivery Services — validates routing, content fidelity vs the source capture, template conformance, rendered integrity (geometry, JS errors, broken images), visual regression vs baselines, metadata/SEO/JSON-LD, link integrity, accessibility (axe)…

adobe/skills · 138 tokens