chaos-engineer

Design chaos experiments for resilience testing with failure injection and rollback triggers.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Estom/aiflex --skill chaos-engineer-estom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineer
Source: https://github.com/Estom/aiflex/tree/main/skills-repo/Jeffallan-skills/chaos-engineer
Command: npx skills add https://github.com/Estom/aiflex --skill chaos-engineer-estom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Chaos engineering skill helps organizations systematically test and improve system resilience by designing and executing controlled failure injections, reducing blind spots, and shortening time-to-recovery through scientific experiments and clear safety controls.

Core Features & Use Cases

  • Experiment Design & Safety: Defines hypotheses, steady-state metrics, blast radius controls, rollback triggers, and monitoring requirements before any injection.
  • Implementation & Automation: Provides reusable manifests, scripts, and CI/CD workflows for pod deletes, network latency, CPU/memory stress, AZ simulations, and certificate expiry tests.
  • Game Days & Learnings: Run structured game days with runbooks, observation templates, and post-mortem reporting to capture learnings and drive improvements.
  • Use Case: Plan a staging pod-delete experiment using Litmus with automatic rollback if error rate exceeds thresholds, then capture results and derive remediation tasks.

Quick Start

Use the chaos-engineer skill to design a staged pod-deletion experiment for staging that limits blast radius to 5% and includes automated rollback and monitoring.

Frequently Asked Questions about chaos-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a Kubernetes chaos engineering experiment with blast radius control?

Design Kubernetes chaos engineering experiments by defining hypotheses, steady-state metrics, and blast radius limits before failure injection. Use automated rollback triggers and monitoring integration to ensure safe resilience testing within your cluster.

What is the best way to automate pod deletion failure injection in CI/CD?

Automate pod deletion failure injection in CI/CD by using reusable manifests and scripts with tools like Litmus Chaos. Integrate automated rollback triggers to halt experiments if error rates exceed defined thresholds during resilience testing.

How do I run a game day drill for resilience testing?

Run game day drills for resilience testing by using structured runbooks and observation templates to execute failure injections. Capture results and derive remediation tasks through post-mortem reporting to drive infrastructure improvements.

Can I simulate network latency and CPU stress on Kubernetes without causing outages?

Yes, you can simulate network latency, CPU stress, and memory pressure on Kubernetes safely by establishing steady-state validation and strict blast radius controls. Automated rollback triggers immediately stop failure injection if monitoring detects critical threshold breaches.

When should I not use chaos engineering for resilience testing?

Avoid chaos engineering resilience testing when you lack steady-state validation, monitoring integration, or automated rollback triggers. Without defining blast radius controls and clear hypotheses, uncontrolled failure injection risks widespread infrastructure outages.

Does Litmus Chaos work for staging availability zone failure simulations?

Litmus Chaos supports staging availability zone failure simulations by integrating with CI/CD workflows. You can limit blast radius to a specific percentage and trigger automated rollback if error rates exceed your predefined monitoring thresholds.