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