antithesishqantithesishqOfficialΒ·11 Agent Skills Included

antithesis-skills

Set up, launch, and debug Antithesis reliability test runs

Analyzes codebases to find testable reliability properties, scaffolds Docker Compose or Kubernetes test harnesses, and launches Antithesis simulation runs. Triages failed properties, searches logs across all timelines, and debugs container state inside the multiverse debugger. Removes the manual guesswork of writing assertions, test commands, and fault-injection workloads for distributed systems.
npx skills add antithesishq/antithesis-skills --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-research

Analyze system architecture, data management, and fault tolerance to identify failure scenarios.

Official
Advanced
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-k8s-onboarding-assistance

Classify and simplify Kubernetes manifests for deterministic Antithesis test environments.

Official
Intermediate
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-launch

Automate Antithesis test run setup, validation, and execution with Docker and Snouty.

Official
Intermediate
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-documentation

Guide developers through Antithesis documentation and CLI for test environment setup.

Official
Basic
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-debug

Connect to Antithesis debugging sessions and execute commands in containers.

Official
Advanced
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-triage

Extract metadata, diagnose errors, and analyze logs from AI test reports.

Official
Intermediate
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-query-logs

Search and visualize failure events across Antithesis test run timelines.

Official
Intermediate
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-skills-feedback

Generate pre-filled GitHub issue URLs for Antithesis skill bug reports.

Official
Basic
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-setup

Initialize the Antithesis environment with directory, research validation, and Docker configuration.

Official
Intermediate
πŸ“¦ In Repo
antithesishqantithesishq

antithesis-workload

Convert property catalogs into SDK assertions and structured test commands.

Official
Intermediate
πŸ“¦ In Repo
antithesishqantithesishq

test:triage

Orchestrate automated testing of the Antithesis triage system and analyze logs.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install antithesis-skills?β–Ό

Run `npx skills add antithesishq/antithesis-skills --all -g -y` in your terminal to install all skills globally.

What does Antithesis testing do?β–Ό

Antithesis runs your software in a deterministic simulation with injected faults like network partitions and node crashes, surfacing rare bugs that normal testing misses. These skills automate the setup, launch, and analysis of those runs.

How do I start testing my codebase with Antithesis?β–Ό

Run the research skill first to build a property catalog, then the setup skill to scaffold the harness, then the workload skill to write assertions and test commands. Finally, use the launch skill to validate and submit your run.

Does it work with Claude Code and Codex?β–Ό

Yes. The skills are tested with Claude Code and OpenAI Codex and follow the standard SKILL.md format, so other compatible agents work too.

Can it debug a failed Antithesis run?β–Ό

Yes. The triage skill analyzes failed properties and logs, the query-logs skill searches across all timelines for causation, and the debug skill inspects container state inside the multiverse debugger.

Related Repositories in Software Engineering

View All in Software Engineering→