orch-e2e

orch-e2e is a skill for Claude Code, Codex from mattmre/EVOKORE-MCP-PUBLIC. It costs 15 tokens per session (731 once invoked), scanned A, original, MIT.

An end-to-end testing tool for checking complete user journeys, such as signing in, placing an order, or submitting a form, across the running application.

In plain words
What is it for?
Use it to identify critical flows, create test scenarios, run them, verify results, and record evidence such as logs or screenshots.
Why use it?
It helps catch failures that unit tests may miss because they involve several parts of the application working together.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to identify critical flows, create test scenarios, run them, verify results, and record evidence such as logs or screenshots.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/mattmre/evokore-mcp-public/orch-e2e
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.

Any agent
npx skills add mattmre/EVOKORE-MCP-PUBLIC --skill orch-e2e
Clone the repo
git clone --depth 1 https://github.com/mattmre/EVOKORE-MCP-PUBLIC

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/orch-e2e/github.svg)](https://agentmods.dev/skills/mattmre/evokore-mcp-public/orch-e2e)
Your own site
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/orch-e2e"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/orch-e2e/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 orch-e2e

Your own site · 80×15
<a href="https://agentmods.dev/skills/mattmre/evokore-mcp-public/orch-e2e"><img src="https://agentmods.dev/badge/skills/mattmre/evokore-mcp-public/orch-e2e.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 731 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.00015 $0.00731
Opus 5 $0.00008 $0.00365
Sonnet 5 $0.00003 $0.00146
Haiku 4.5 $0.00002 $0.00073

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

Security

Grade A, and why

orch-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 7d 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.

SKILLS/ORCHESTRATION FRAMEWORK/commands/orch-e2e/SKILL.md · 147 lines

How it starts

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

Orchestration E2E

Purpose

Generate or run end-to-end tests for critical flows. Identifies key user journeys, creates test scenarios, and captures execution evidence.

Invocation

orch-e2e [action] [flow]

Actions: generate, run, verify

Arguments

Argument Required Description
action No generate, run, or verify (default: run)
flow No Specific flow to test
config No Test configuration override

Workflow

1. Identify Critical Flows

  • Map user journeys and business flows
  • Prioritize by risk and frequency
  • Define test boundaries

2. Create Test Scenarios

  • Write scenario descriptions
  • Define preconditions and postconditions
  • Specify expected outcomes

3. Generate/Run Tests

  • Create test files (if generating)
  • Execute test suite
  • Capture results

4. Capture Evidence

  • Document test outcomes
  • Screenshot/log critical steps (if applicable)
  • Update task tracking

Critical Flow Identification

Prioritize flows by:

  1. Business impact: Revenue, user retention
  2. Frequency: Most common user paths
  3. Risk: Error-prone or recently changed
  4. Compliance: Regulatory requirements

Test Scenario Template

## Scenario: <name>

### Preconditions
- User state: <logged in/guest/admin>
- Data state: <required fixtures>
- System state: <services running>

### Steps
1. <action>
2. <action>
3. <action>

### Expected Outcome
- <assertion>
- <assertion>

### Postconditions
- <cleanup actions>

Flow Categories

Category Examples
Authentication Login, logout, password reset
Core features Main user workflows
Transactions Payments, orders, submissions
Admin User management, configuration
Integration Third-party service interactions

Outputs

Output Description
Test files E2E test scripts (if generating)
Results Test execution summary
Evidence Screenshots, logs, reports
Task update E2E status logged

Read the full file on GitHub · 147 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. 7d ago First seen · 147 lines · 15 tokens per session scan A 11a16bd45f4d

Subscribe to this mod's changes

orch-e2e is a skill published in the GitHub repository mattmre/EVOKORE-MCP-PUBLIC (3 stars, last pushed 3mo ago), licensed MIT. It adds 15 tokens to every session and 731 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-03.

Related

Other skills, from other repositories

init

Set up Playwright in a project. Use when user says "set up playwright", "add e2e tests", "configure playwright", "testing setup", "init playwright", or "add test infrastructure".

adriannoes/awesome-agentic-ai · 44 tokens

playwright-pro

Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates…

adriannoes/awesome-agentic-ai · 77 tokens

browserstack

Run tests on BrowserStack. Use when user mentions "browserstack", "cross-browser", "cloud testing", "browser matrix", "test on safari", "test on firefox", or "browser compatibility".

adriannoes/awesome-agentic-ai · 44 tokens

generate

Generate Playwright tests. Use when user says "write tests", "generate tests", "add tests for", "test this component", "e2e test", "create test for", "test this page", or "test this feature".

adriannoes/awesome-agentic-ai · 51 tokens

migrate

Migrate from Cypress or Selenium to Playwright. Use when user mentions "cypress", "selenium", "migrate tests", "convert tests", "switch to playwright", "move from cypress", or "replace selenium".

adriannoes/awesome-agentic-ai · 50 tokens

fix

Fix failing or flaky Playwright tests. Use when user says "fix test", "flaky test", "test failing", "debug test", "test broken", "test passes sometimes", or "intermittent failure".

adriannoes/awesome-agentic-ai · 47 tokens