Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Selects and runs the appropriate AgentsMesh end-to-end suite for Web, Desktop, MCP, or iOS, including worktree-specific environment setup and browser-level verification. Use when a change needs E2E coverage, a user asks to execute or diagnose an E2E test, or a cross-service workflow must be verified against the real development stack.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-06 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -67% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -70% | 0% |
Run the smallest real end-to-end test that proves the requested behavior, then expand coverage in proportion to the change.
deploy/dev/.env; never assume fixedports or container names.
it with a raw API request.
whether this workflow started the stack before deciding whether to clean it.
read references/connect-rpc.md when testing auth or proxy routing.
references/test-matrix.md. Read the selected target'sBUILD file, config, and nearby tests before running it.
//deploy/dev:up for Webflows or //deploy/dev:backend_only when frontends are not required.
deploy/dev/.env with automatic export enabled so Bazel can forward theworktree-specific values:
bash set -a source deploy/dev/.env set +a
owning target when the blast radius warrants it.
the suite's browser/app assertions. Capture a screenshot or trace when the visual result is central to the bug.
logs and test artifacts listed in the test matrix.
bazel run //deploy/dev:clean only when this workflowstarted it and no concurrent work depends on it.
Report the exact target and filter, actual worktree ports used, pass/fail status, failing evidence when applicable, and any coverage that could not be run with the reason.
Other measured skills in the registry, with their headline benchmark lift.