chaos-engineer

Design and execute chaos experiments with failure-injection frameworks.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/lamb92009/claude-skills --skill chaos-engineer-lamb92009
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineer
Source: https://github.com/lamb92009/claude-skills/tree/main/chaos-engineer
Command: npx skills add https://github.com/lamb92009/claude-skills --skill chaos-engineer-lamb92009

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Chaos engineering helps teams validate and strengthen system reliability by designing and executing controlled chaos experiments, game days, and resilience tests to uncover brittle areas before they impact users.

Core Features & Use Cases

  • Design and execute chaos experiments and game days to test resilience.
  • Implement failure-injection frameworks (Chaos Monkey, Litmus, Chaos Mesh) to automate experiments.
  • Define steady-state metrics, blast radius, rollback procedures, and post-mortem learning.
  • Integrate chaos testing into CI/CD pipelines and incident response playbooks.

Quick Start

Define a starter chaos experiment with a clear hypothesis, blast radius, and rollback plan to begin resilience testing.

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 chaos experiment for Kubernetes?

To design a chaos experiment for Kubernetes, define a failure hypothesis, steady-state metrics, and a strict blast radius. You must establish rollback procedures and monitoring to safely execute fault injection and validate system resilience.

What is blast radius in chaos engineering?

Blast radius in chaos engineering defines the boundary of controlled failure impact. It ensures fault injection stays isolated to specific services or namespaces, preventing widespread system outages during resilience testing.

How do I run a game day for cloud and container environments?

Running a game day involves applying controlled chaos experiments across cloud and container environments. Teams define steady-state metrics, inject failures, and learn from outcomes to improve antifragility and incident response playbooks.

Can I integrate fault injection with CI/CD pipelines?

Yes, you can integrate fault injection into CI/CD pipelines to automate resilience testing. This ensures continuous validation of system reliability by applying controlled failures before deploying changes to production.

How do Chaos Mesh and Litmus compare for failure injection?

Chaos Mesh and Litmus are frameworks for automating failure injection in container environments. They enable teams to execute controlled chaos experiments, define blast radius, and monitor steady-state metrics.

What are the limitations of chaos engineering?

Chaos engineering requires strict rollback safety and steady-state definitions to avoid unintended outages. Limitations arise without proper blast radius controls, which can cause uncontrolled failures during resilience testing.