๐ŸŽฏ

antithesis-triage

๐ŸŽฏSkill

from antithesishq/antithesis-skills

VibeIndex|
What it does
|

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.

๐Ÿ“ฆ

Same repository

antithesishq/antithesis-skills(13 items)

antithesis-triage

Installation

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

SKILL.md

243Installs
-
AddedMar 11, 2026

More from this repository10

๐ŸŽฏ
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.

๐ŸŽฏ
antithesis-k8s-onboarding-assistance๐ŸŽฏSkill

An interview-driven onboarding assistant for Kubernetes-based customers getting started with Antithesis testing. Helps minimize production k8s manifests into a form suitable for constructing Antithesis test environments, producing structured analysis reports and escalation packets.