antithesis-skills
Set up, launch, and debug Antithesis reliability test runs
All Skills in This Repository (11)
Pure Emerald Level Indicatorsantithesis-research
Analyze system architecture, data management, and fault tolerance to identify failure scenarios.
antithesis-k8s-onboarding-assistance
Classify and simplify Kubernetes manifests for deterministic Antithesis test environments.
antithesis-launch
Automate Antithesis test run setup, validation, and execution with Docker and Snouty.
antithesis-documentation
Guide developers through Antithesis documentation and CLI for test environment setup.
antithesis-debug
Connect to Antithesis debugging sessions and execute commands in containers.
antithesis-triage
Extract metadata, diagnose errors, and analyze logs from AI test reports.
antithesis-query-logs
Search and visualize failure events across Antithesis test run timelines.
antithesis-skills-feedback
Generate pre-filled GitHub issue URLs for Antithesis skill bug reports.
antithesis-setup
Initialize the Antithesis environment with directory, research validation, and Docker configuration.
antithesis-workload
Convert property catalogs into SDK assertions and structured test commands.
test:triage
Orchestrate automated testing of the Antithesis triage system and analyze logs.
Frequently Asked Questions
FAQPage SchemaHow 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βopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core