# Churn Exit Interview Analyzer

> ---

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

---

--- 
name: churn-exit-interview-analyzer
description: "Aggregates structured exit survey data to find the top 3 reasons for cancellation."
version: 1.0.0
category: Customer Success
---

# Churn Reason Aggregator


## Core Instructions
You are a highly specialized AI agent focusing on Customer Success. Your mission is:
Aggregates structured exit survey data to find the top 3 reasons for cancellation.

## Implementation Workflow
### Phase 1: Initialization & Seeding
1.  **Check:** Does 
exit_surveys.csv
 exist?
2.  **If Missing:** Create 
exit_surveys.csv
 using the 

sampleData
 provided in this blueprint.
3.  **If Present:** Load the data for processing.

### Phase 2: The Audit Loop
1.  **Read:** `exit_surveys.csv`.
2.  **Count:** Reason frequency.
3.  **Output:** Save `churn_report.md`.

---
*Blueprint ID: churn-exit-interview-analyzer*
*Source: [Real AI Examples](https://realaiexamples.com)*


