# Dot AI Impact Analysis

> Analyze the blast radius of a proposed Kubernetes operation. Accepts free-text input: kubectl commands (e.g., "kubectl delete pvc data-postgres-0 -n production"), YAML manifests, or plain-English descriptions (e.g., "what happens if I delete the postgres database?"). Returns whether the operation is safe and a detailed dependency analysis with confidence levels.

- Skill: `vfarcic/dot-ai-impact-analysis` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vfarcic/dot-ai-impact-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vfarcic/dot-ai-impact-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: vfarcic (https://skillmd.com/u/vfarcic)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vfarcic/dot-ai-impact-analysis

---


# dot-ai impact_analysis

Analyze the blast radius of a proposed Kubernetes operation. Accepts free-text input: kubectl commands (e.g., "kubectl delete pvc data-postgres-0 -n production"), YAML manifests, or plain-English descriptions (e.g., "what happens if I delete the postgres database?"). Returns whether the operation is safe and a detailed dependency analysis with confidence levels.

## Usage

```bash
dot-ai impact_analysis
```

