Agent skill · Data & Analytics

Support Data Analyzer

Analyze customer support data (Excel/CSV with PIT, Support Tickets, CSAT) to categorize issues, prioritize by impact (P0-P3), and generate strategic markdown reports with examples and trends.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill support-data-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Version: 1.1.0
Allowed tools: BashReadWrite
Requires: python>=3.8, openpyxl>=3.0.0, pandas>=1.3.0
Path: skills/analysis/support-data-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

## Overview This Skill analyzes customer support feedback from multiple data sources (PIT/Roadblocks, Support Tickets, CSAT surveys, Ideas Forum) to identify pain points, categorize by theme, prioritize by customer impact, and generate comprehensive strategic reports. **Supports two analysis modes:** 1. **Comprehensive Analysis**: Full categorization, prioritization, and strategic reporting (initial analysis) 2. **Targeted Deep-Dive**: Timeline analysis, theme investigation, resolution tracking (follow-up queries) ## When to Apply **Use this skill for analysis of structured support data in the expected format:** **Initial Analysis:** - User provides Excel/CSV files with PIT/Roadblocks, Support Tickets, or CSAT data columns - User asks to "analyze support data", "prioritize customer feedback", or "generate impact report" - User wants to understand top customer pain points from support channels - User needs to scope analysis to a specific time period (e.g., "last 60 days") **Expected data format:** Excel/CSV with columns like frustration level, MRR, ticket categories, CSAT scores **Follow-up Analysis:** - User asks about specific findings: "Has X issue dropped off?", "Show timeline f

What's inside
Steps it walks through
  1. Overview
  2. When to Apply
  3. Inputs
  4. Outputs
  5. Instructions for Claude
  6. Step 1: Data Loading and Validation
  7. Step 2: Theme Categorization
  8. Step 3: Priority Assignment
  9. Step 4: Customer Example Selection
  10. Step 5: CSAT Analysis (if data provided)
  11. Step 6: Trend Analysis (if historical data provided)
  12. Step 7: Report Generation
  13. Follow-up Analysis Workflow (Deep-Dive Queries)
  14. Step 1: Understand the Context
Ships with 1 file
  • metadata.json
Commands it runs
pip3 install openpyxl pandas --break-system-packages --quiet
More from claude-skill-registry
All skills →
About this skill
What does the Support Data Analyzer skill do?

Analyze customer support data (Excel/CSV with PIT, Support Tickets, CSAT) to categorize issues, prioritize by impact (P0-P3), and generate strategic markdown reports with examples and trends.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill support-data-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going