chaos-engineering

Plan and orchestrate chaos experiments with blast radius and abort criteria.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/hbvg234/jnmt.vn --skill chaos-engineering-hbvg234
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chaos-engineering
Source: https://github.com/hbvg234/jnmt.vn/tree/main/.claude/skills/chaos-engineering
Command: npx skills add https://github.com/hbvg234/jnmt.vn --skill chaos-engineering-hbvg234

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Chaos engineering helps teams safely test the resilience of production systems by planning, executing, and learning from deliberate failures.

Core Features & Use Cases

  • Plan, design, and run controlled experiments that surface weaknesses without impacting customers.
  • Blast-radius calculation and abort criteria to bound risk and ensure predictable outcomes.
  • Postmortem generation and learning loops to close feedback and drive improvements.

Quick Start

Design a chaos experiment for a service and generate a plan that includes hypothesis, steady-state metric, blast radius, abort criteria, rollback, monitoring, and learning questions.

Frequently Asked Questions about chaos-engineering

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

FAQPage Schema
How do I plan a chaos experiment for Kubernetes microservices?

A chaos experiment requires documenting a hypothesis, steady-state metrics, and clear abort criteria. You must also define a rollback path, calculate the blast radius, and configure monitoring dashboards to safely test your Kubernetes microservices.

What is blast radius calculation in chaos engineering?

Blast radius calculation bounds the risk of a chaos experiment by predicting the maximum impact area of an injected fault. It ensures predictable outcomes by restricting the failure simulation to a defined segment of your production environment.

How do I run a safe Game Day scenario in production?

To run a safe Game Day scenario, orchestrate deliberate failures using a documented plan that includes steady-state metrics, abort criteria, and a rollback path. Monitor dashboards closely to ensure the simulation surfaces weaknesses without impacting customers.

Can I use chaos engineering for fault injection on cloud environments without customer impact?

Yes, you can safely perform fault injection in cloud environments by applying strict blast radius calculations and abort criteria. These controls ensure the chaos experiment surfaces weaknesses predictably without impacting customers.

What should be included in a chaos engineering postmortem?

A chaos engineering postmortem should include an analysis of the experiment results and specific learning questions. This generates a feedback loop that documents discovered system weaknesses and drives actionable improvements.

When should I not run a chaos experiment?

You should avoid running a chaos experiment if you lack clear abort criteria, steady-state metrics, or a documented rollback path. Proceeding without monitoring dashboards and defined blast radius calculations risks unpredictable customer impact.