chaos-engineering

Design and run chaos experiments to validate system resilience.

69|9|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Tibsfox/gsd-skill-creator --skill chaos-engineering-tibsfox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineering
Source: https://github.com/Tibsfox/gsd-skill-creator/tree/main/examples/skills/chaos-engineering
Command: npx skills add https://github.com/Tibsfox/gsd-skill-creator --skill chaos-engineering-tibsfox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chaos engineering provides a disciplined approach to testing resilience by designing, executing, and learning from failure scenarios to uncover weaknesses before they impact users.

Core Features & Use Cases

  • Structured steady-state hypothesis templates to guide experiments.
  • Tooling and runbooks integration (LitmusChaos, CI/CD workflows) for repeatable tests.
  • Game-day planning and blast-radius guidance to safely scale chaos across environments.

Quick Start

Review the steady-state hypothesis and run a small pod-delete chaos experiment in a staging cluster.

Frequently Asked Questions about chaos-engineering

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

FAQPage Schema
What is chaos engineering and how does it validate system resilience?

To run chaos experiments safely, define a steady-state hypothesis, configure blast-radius limits, and use runbooks for repeatable tests. Start with small scenarios like a pod-delete experiment in a staging cluster before scaling chaos across environments.

Can I integrate chaos testing into my existing CI/CD workflows?

Yes, chaos testing integrates directly into CI/CD workflows. This integration automates resilience validation during deployment pipelines, using structured templates and tool hooks to ensure experiments are repeatable and safely bounded across staging and production environments.

Does LitmusChaos support game-day planning for distributed services?

LitmusChaos supports game-day planning by providing structured runbooks and blast-radius guidance. This allows teams to safely simulate failures, validate incident response procedures, and test the resilience of distributed services during coordinated chaos experiments.

What are the limitations of running chaos experiments in production environments?

Running chaos experiments in production carries risks if blast-radius boundaries are not strictly defined. Limitations include potential service disruption; therefore, experiments require careful steady-state validation, preset abort conditions, and structured runbooks to ensure safe, controlled failure injection.