test-runner · git:20260907.cf0876c · 2026-09-07 · sha256 f46bfd6338736750

test-runner git:20260907.cf0876cA

Immutable. This exact content is served forever at /api/v1/blob/f46bfd6338736750.

---
name: test-runner
description: 'Use this skill when orchestrating agentic end-to-end tests. Resolves target + profile, dispatches the right driver(s) (playwright for web today, peekaboo for macOS (issue #381)), invokes the ux-evaluator agent (opus, read-only) against driver artifacts, reconciles findings with the open issue tracker via scripts/lib/test-runner/issue-reconcile.mjs, and writes report.md + JSONL roll-up. Wraps upstream tools (no forks). Hard-gates Playwright MCP for browser drive (4× token cost vs CLI per Microsoft''s own benchmark).'
metadata:
  user-invocable: 'false'
  tags: test, orchestrator, e2e, ux
  model: sonnet
  model-preference: sonnet
  model-preference-codex: gpt-5.4
  model-preference-cursor: claude-sonnet-4-6
---

<!-- Generated by scripts/generate-codex-skills.mjs; do not edit. -->

# test-runner

Read [`skills/test-runner/SKILL.md`](../../../skills/test-runner/SKILL.md) in full before taking any action, then follow its complete workflow.
The linked document is authoritative, including its prechecks, argument rules, and stop conditions.

Resolve this link relative to this SKILL.md, not the project working directory. The plugin root is three directories above this file. Resolve package paths such as `skills/` and `scripts/` from that root; resolve relative links inside the canonical document from its own directory. Keep the user’s project as the target of project operations.

Regenerate with `node scripts/generate-codex-skills.mjs`.