🎯

antithesis-agent-browser

🎯Skill

from antithesishq/antithesis-skills

πŸ“¦

Same repository

antithesishq/antithesis-skills(13 items)

antithesis-agent-browser

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add antithesishq/antithesis-skills --skill antithesis-agent-browser
skills.sh Install⚠ Installs to .agents/skills/
npx skills add antithesishq/antithesis-skills --skill antithesis-agent-browser
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/antithesis-agent-browser/SKILL.md

SKILL.md

40Installs
-
AddedJun 4, 2026

More from this repository10

🎯
antithesis-triage🎯Skill

Triages Antithesis test reports by looking up runs, checking status, investigating failed properties, viewing metadata, downloading logs, and examining findings using snouty CLI and agent-browser for authenticated report access.

🎯
antithesis-research🎯Skill

Analyzes a codebase to determine how it should be tested with Antithesis by mapping system architecture, identifying failure-prone areas and testable properties, and producing research artifacts for workload and environment planning.

🎯
antithesis-workload🎯Skill

Agent skill for implementing Antithesis workloads by mapping property catalogs to SDK assertions and test commands. Covers test template creation, workload expansion from triage findings, and refinement for autonomous software testing.

🎯
antithesis-documentation🎯Skill

A skill for efficiently accessing Antithesis documentation β€” Antithesis is a deterministic testing platform that exposes bugs by running software in a hostile simulation environment, with reproducible failures via the snouty CLI.

🎯
antithesis-setup🎯Skill

Scaffolds the Antithesis testing harness by initializing the working directory, writing Dockerfiles and docker-compose.yaml, setting up coverage instrumentation and SDK integration, and preparing to submit your first autonomous test run.

🎯
antithesis-debug🎯Skill

An Antithesis agent skill for interactively debugging test runs using the multiverse debugger, enabling inspection of container filesystems, runtime state, and evidence extraction.

🎯
antithesis-launch🎯Skill

Launches Antithesis testing runs by discovering harness layouts, building Docker Compose configs, and running snouty validation before execution.

🎯
antithesis-query-logs🎯Skill

An Antithesis skill for searching across all timelines in a test run to find events, correlate property failures, and answer temporal questions about ordering and causation, with support for temporal queries and multiverse map visualization.

🎯
antithesis-skills-feedback🎯Skill

Opens a browser tab to submit feedback about Antithesis skills via GitHub Issues, or prints the URL if no graphical environment is available.

🎯
test:triage🎯Skill

Part of the Antithesis skills suite that enables AI agents to set up reliability testing, bootstrap tests, launch runs, and triage results. Includes tools for multiverse debugging, log querying, and root cause analysis.