# Problem Analysis

> Invoke IMMEDIATELY via python script when user requests problem analysis or root cause investigation. Do NOT explore first - the script orchestrates the investigation.

- Skill: `akiselev/problem-analysis` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add akiselev/problem-analysis`
- Raw SKILL.md: https://api.skillmd.com/api/skills/akiselev/problem-analysis/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: akiselev (https://skillmd.com/u/akiselev)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/akiselev/problem-analysis

---


# Problem Analysis

Root cause identification skill. Identifies WHY a problem occurs, NOT how to fix
it.

## Invocation

<invoke working-dir=".claude/skills/scripts" cmd="python3 -m skills.problem_analysis.analyze --step 1 --total-steps 5" />

Do NOT explore or analyze first. Run the script and follow its output.

