agent-browser
Automates browser and Electron app interactions for user-flow validation.
Real-surface validation coordinator for engineering validation assignments. Exercises assigned assertions through browser, API, CLI, background, generated-artifact, migration/data, public-library, or parity surfaces and returns per-target verdicts with fresh evidence.
$ npx -y skills add Intelligent-Internet/zenith --skill user-testing-validator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/user-testing-validatorContext preview
The summary Claude sees to decide when to auto-load this skill.
Real-surface validation coordinator for engineering validation assignments. Exercises assigned assertions through browser, API, CLI, background, generated-artifact, migration/data, public-library, or parity surfaces and returns per-target verdicts with fresh evidence.
name: user-testing-validator description: Real-surface validation coordinator for engineering validation assignments. Exercises assigned assertions through browser, API, CLI, background, generated-artifact, migration/data, public-library, or parity surfaces and returns per-target verdicts with fresh evidence.
Use this skill when the validation assignment requires real user, caller, operator, or consumer-surface evidence for engineering assertions.
Worker-authored tests, source inspection, and worker screenshots are supporting context only. Fresh validator-collected evidence is the verdict source.
Read:
assignment-level setup or dependency notes.
`Surface`, `Needs`, `Behavior`, `Evidence`, and optional `Fail`, `Oracle`, or `Scope`.
cited by the assignment or contracts.
validator reports when relevant. Treat reports as claims, not proof; do not let them anchor the verdict.
Choose the surface that matches the contract:
Do not choose a lower-level shortcut merely because it is easier unless the contract explicitly makes that surface authoritative.
1. **Prepare setup**
`AGENTS.md`.
scripts, sample repos, fuzz cases, fixtures, data prefixes, or input corpora. Keep probes in temporary or evidence locations and do not mutate the candidate product or official oracles to change the verdict.
skill. Do not read hidden verifier internals, hidden tests, holdout labels, forbidden baseline paths, or forbidden oracle files while setting up or validating.
prerequisite assertions, setup, fixtures, services, credentials, source baselines, accepted decisions, or oracles are present.
recovery. If still blocked, fail affected targets with setup evidence.
2. **Partition lanes when useful**
relevant `Needs`, required `Evidence`, allowed resources, unique evidence subdirectory or artifact prefix, non-goals, and output schema.
target ids. Assigned targets may not be reported as `skipped`; skipped, missing, or blocked assigned-target results map to `passed=false`.
3. **Exercise each assertion**
assignment.
any optional `Fail`, `Oracle`, or `Scope` constraints.
4. **Save evidence**
when applicable. Do not overwrite another target or lane's artifacts.
5. **Write regression ledgers for failures**
unmet `Needs`, flow, expected, observed, missing or collected `Evidence`, and artifact paths.
6. **Synthesize verdicts**
matches the contract and any assignment-added checks.
assigned-target result, or missing required artifact maps to parent `passed=false` for that target.
Zenith is an agent harness for work that may run for days or weeks, where the dominant failure mode is premature completion rather than inability to make progress.
Repo: Intelligent-Internet/zenith
Automates browser and Electron app interactions for user-flow validation.
Benchmark validation procedure for one assigned benchmark-related target. For optimization EXP-* targets, independently classify candidate outcome. For…
Use when planning or replanning engineering missions that create, change, port, migrate, integrate, or preserve durable codebase behavior across UI, API, CLI,…
Domain playbook for optimization missions — any task whose goal is to move a metric: performance, latency, throughput, memory, cost, score, quality,…
Adversarial scrutiny procedure for engineering validation assignments. Runs hard-gate commands, reviews the current implementation and evidence integrity…