chaos-engineering

Installation
SKILL.md

Chaos Engineering

Systematic resilience testing to discover weaknesses before they cause outages.

Steady State Hypothesis

# Define BEFORE injecting chaos - what "normal" looks like
steady_state_hypothesis:
  title: "API serves traffic within SLO"
  probes:
    - name: "API response time p95 < 500ms"
      type: http
      url: "https://api.example.com/health"
      threshold: 500
Installs
10
GitHub Stars
507
First Seen
Mar 23, 2026
chaos-engineering — vibeeval/vibecosystem