agentsclimarketplace

Cs analytics

Skill charlieviettq/awesome-agent-skill/.cursor/skills/asgard-ai-platform/cs-analytics

Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).

Install
npx -y skills add charlieviettq/awesome-agent-skill --skill cs-analytics

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Measure and optimize customer service performance using CSAT, NPS, CES, First Contact Resolution, and text mining on support tickets. Use this skill when the user needs to evaluate CS team performance, identify top complaint drivers, optimize staffing, or build CS dashboards — even if they say 'is our CS team doing well', 'what are customers complaining about', 'how many agents do we need', or 'build a CS dashboard'.

SKILL.md

5.4 KB, as published. Nobody here has run it

Customer Service Analytics

Framework

IRON LAW: Measure Satisfaction AND Efficiency — Never Just One

High CSAT with terrible resolution time = unsustainable (agents spend
too long per ticket). Fast resolution with low CSAT = cutting corners.
Both dimensions must be tracked and balanced.

Key Metrics

Satisfaction Metrics

MetricWhat It MeasuresHow to CollectBenchmark
CSATSatisfaction with specific interactionPost-interaction survey (1-5 scale)> 4.0/5
NPSLikelihood to recommend"How likely to recommend?" (0-10)> 30
CESEffort required to resolve"How easy was it to resolve?" (1-7)> 5.0/7

Efficiency Metrics

MetricFormulaBenchmark
First Contact Resolution (FCR)Resolved on first contact / Total contacts> 70%
Average Handle Time (AHT)Total handle time / Total contacts5-8 min (varies by industry)
Average Response TimeTime from ticket creation to first response< SLA target
BacklogOpen tickets / Daily throughput< 1 day
Escalation RateEscalated tickets / Total tickets< 20%
Reopen RateReopened tickets / Resolved tickets< 5%

Operational Metrics

MetricFormulaUse
Ticket VolumeTickets per day/week/monthStaffing planning
Channel Mix% by channel (email, chat, phone, LINE)Resource allocation
Peak HoursVolume by hour-of-dayShift scheduling
Category Distribution% by issue typeProcess improvement priority

Analysis Workflows

1. Top Contact Reason Analysis

  • Categorize all tickets by reason (auto-tag or manual)
  • Pareto chart: top 5 reasons usually account for 60-80% of volume
  • For each top reason: can it be self-served? Automated? Eliminated at source?

2. Text Mining on Tickets

  • Extract frequent keywords/phrases from ticket descriptions
  • Cluster into topics (LDA, BERTopic, or simple TF-IDF)
  • Identify emerging issues (new topics appearing in recent weeks)
  • Sentiment analysis on customer messages

3. Staffing Optimization

Required Agents = Peak Hour Volume × AHT / (60 × Utilization Target)

Example: 50 tickets/hour × 8 min AHT / (60 × 0.75 utilization) = 8.9 → 9 agents

Add buffer for breaks, meetings, and training (~15-20%).

4. Agent Performance

MetricCompareAction
Individual CSAT vs team avgIdentify coaching needsTraining for below-average
Individual AHT vs team avgIdentify efficiency gapsShadow high-performers
FCR by agentIdentify knowledge gapsKnowledge base improvements

VOC (Voice of Customer) Tracking

SignalSourceFrequency
Emerging complaintsTicket text miningWeekly
Feature requestsTagged tickets + surveysMonthly
Churn signals"Cancel" intent tickets, low CSAT patternsWeekly
Praise patternsHigh CSAT + positive commentsMonthly (share with team)

Output Format

# CS Analytics Report: {Period}

## Summary Dashboard
| Metric | Current | Prior | Target | Status |
|--------|---------|-------|--------|--------|
| CSAT | {X}/5 | {X}/5 | >4.0 | 🟢/🟡/🔴 |
| FCR | {%} | {%} | >70% | 🟢/🟡/🔴 |
| Avg Response Time | {hrs} | {hrs} | <{X}hrs | 🟢/🟡/🔴 |
| Ticket Volume | {N} | {N} | — | ↑/↓ |

## Top Contact Reasons (Pareto)
| # | Reason | Volume | % | Self-Servable? |
|---|--------|--------|---|---------------|
| 1 | {reason} | {N} | {%} | Y/N |

## Emerging Issues
{New topics detected in text mining this period}

## Staffing
- Current agents: {N}
- Required (based on volume): {N}
- Gap: {over/under-staffed by N}

## Recommendations
1. {highest-impact improvement}

Gotchas

  • CSAT response bias: Only 10-20% of customers respond to surveys, usually the very happy and very unhappy. The silent majority's experience is unknown. Supplement with behavioral data (repeat contact, churn).
  • NPS is strategic, CSAT is tactical: NPS measures overall brand loyalty (long-term). CSAT measures specific interaction quality (short-term). Don't use NPS to evaluate individual agents.
  • AHT optimization can hurt quality: Pressure to reduce AHT may cause agents to rush, reducing FCR and CSAT. Optimize FCR first, then look at AHT.
  • Ticket categorization drift: Categories become outdated as products evolve. Review and update the category taxonomy quarterly.
  • Correlation ≠ causation in CS data: "Agents who use more templates have higher CSAT" might mean templates help, OR that experienced agents (who happen to use templates) are just better.

References

  • For NPS survey design, see references/nps-methodology.md
  • For text mining on support tickets, see references/ticket-text-mining.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.