Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Aggregate and analyze customer feedback from multiple sources for product insights
.claude/skills/a5c-ai-customer-feedback-aggregation/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | 236% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -21% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 43% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 66% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 0% | 0% |
Specialized skill for aggregating and analyzing customer feedback from multiple sources. Enables product teams to synthesize voice-of-customer data into actionable insights for product decisions.
This skill integrates with the following processes:
jtbd-analysis.js - Voice of customer for jobs analysisfeature-definition-prd.js - Customer-driven requirementsrice-prioritization.js - Reach and impact scoringcustomer-advisory-board.js - CAB feedback synthesisjson{ "type": "object", "properties": { "sources": { "type": "array", "items": { "type": "object", "properties": { "type": { "type": "string", "enum": ["support-tickets", "nps-verbatim", "sales-calls", "app-reviews", "interviews", "surveys"] }, "data": { "type": "array", "items": { "type": "object" } }, "dateRange": { "type": "object" } } }, "description": "Feedback data sources" }, "analysisScope": { "type": "string", "enum": ["all", "feature-requests", "pain-points", "sentiment", "trends"], "description": "Focus area for analysis" }, "segmentation": { "type": "array", "items": { "type": "string" }, "description": "Dimensions to segment feedback by" }, "timeRange": { "type": "object", "properties": { "start": { "type": "string", "format": "date" }, "end": { "type": "string", "format": "date" } } } }, "required": ["sources"] }
json{ "type": "object", "properties": { "summary": { "type": "object", "properties": { "totalFeedbackItems": { "type": "number" }, "sourceBreakdown": { "type": "object" }, "dateRange": { "type": "object" }, "overallSentiment": { "type": "string" } } }, "themes": { "type": "array", "items": { "type": "object", "properties": { "theme": { "type": "string" }, "frequency": { "type": "number" }, "sentiment": { "type": "string" }, "examples": { "type": "array", "items": { "type": "string" } }, "segments": { "type": "object" } } } }, "featureRequests": { "type": "array", "items": { "type": "object", "properties": { "feature": { "type": "string" }, "requestCount": { "type": "number" }, "customerSegments": { "type": "array", "items": { "type": "string" } }, "urgencyScore": { "type": "number" }, "impactEstimate": { "type": "string" }, "representativeQuotes": { "type": "array", "items": { "type": "string" } } } } }, "painPoints": { "type": "array", "items": { "type": "object", "properties": { "painPoint": { "type": "string" }, "severity": { "type": "string" }, "frequency": { "type": "number" }, "customerImpact": { "type": "string" } } } }, "trends": { "type": "object", "properties": { "emerging": { "type": "array", "items": { "type": "string" } }, "declining": { "type": "array", "items": { "type": "string" } }, "sentimentTrend": { "type": "string" } } }, "recommendations": { "type": "array", "items": { "type": "object", "properties": { "recommendation": { "type": "string" }, "priority": { "type": "string" }, "evidence": { "type": "array", "items": { "type": "string" } } } } } } }
javascriptconst feedbackAnalysis = await executeSkill('feedback-aggregation', { sources: [ { type: 'support-tickets', data: supportTickets, dateRange: { start: '2026-01-01', end: '2026-01-24' } }, { type: 'nps-verbatim', data: npsResponses }, { type: 'app-reviews', data: appStoreReviews } ], analysisScope: 'all', segmentation: ['plan_type', 'company_size', 'tenure'] });
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 27,215 | 32,268 | +19% | 1 | 1 | 0% | 4,590 | 5,894 | +28% | 0 | 0 | — |
case-02 | fail→fail | 21,934 | 27,406 | +25% | 1 | 1 | 0% | 3,756 | 5,932 | +58% | 0 | 0 | — |
case-03 | fail→fail | 28,147 | 29,741 | +6% | 1 | 1 | 0% | 4,921 | 7,255 | +47% | 0 | 0 | — |
case-04 | pass→pass | 6,634 | 7,009 | +6% | 1 | 1 | 0% | 1,753 | 3,025 | +73% | 0 | 0 | — |
case-05 | pass→pass | 19,006 | 24,172 | +27% | 1 | 1 | 0% | 3,617 | 5,631 | +56% | 0 | 0 | — |
case-06 | pass→fail | 17,323 | 21,819 | +26% | 1 | 1 | 0% | 2,763 | 4,959 | +79% | 0 | 0 | — |
case-07 | fail→pass | 3,600 | 1,510 | -58% | 1 | 1 | 0% | 504 | 1,692 | +236% | 0 | 0 | — |
case-08 | pass→pass | 7,408 | 2,879 | -61% | 1 | 1 | 0% | 1,376 | 2,060 | +50% | 0 | 0 | — |
case-09 | pass→pass | 7,496 | 1,898 | -75% | 1 | 1 | 0% | 1,392 | 1,760 | +26% | 0 | 0 | — |
case-10 | fail→pass | 11,817 | 32,396 | +174% | 1 | 1 | 0% | 2,305 | 1,826 | -21% | 0 | 0 | — |
case-11 | fail→fail | 6,163 | 2,725 | -56% | 1 | 1 | 0% | 1,002 | 1,942 | +94% | 0 | 0 | — |
case-12 | fail→pass | 7,468 | 2,171 | -71% | 1 | 1 | 0% | 1,305 | 1,860 | +43% | 0 | 0 | — |
case-13 | fail→pass | 7,148 | 2,223 | -69% | 1 | 1 | 0% | 1,051 | 1,740 | +66% | 0 | 0 | — |
case-14 | pass→pass | 16,066 | 3,300 | -79% | 1 | 1 | 0% | 2,740 | 2,060 | -25% | 0 | 0 | — |
case-15 | pass→pass | 5,840 | 1,604 | -73% | 1 | 1 | 0% | 990 | 1,718 | +74% | 0 | 0 | — |
case-16 | fail→pass | 11,687 | 2,394 | -80% | 1 | 1 | 0% | 1,815 | 1,807 | -0% | 0 | 0 | — |
case-17 | pass→pass | 6,147 | 3,250 | -47% | 1 | 1 | 0% | 1,179 | 1,983 | +68% | 0 | 0 | — |
case-18 | fail→pass | 11,141 | 3,358 | -70% | 1 | 1 | 0% | 1,922 | 1,929 | +0% | 0 | 0 | — |
case-19 | fail→pass | 12,326 | 2,033 | -84% | 1 | 1 | 0% | 2,149 | 1,776 | -17% | 0 | 0 | — |
case-20 | fail→pass | 3,263 | 1,620 | -50% | 1 | 1 | 0% | 506 | 1,717 | +239% | 0 | 0 | — |
case-21 | pass→pass | 10,183 | 1,503 | -85% | 1 | 1 | 0% | 1,811 | 1,679 | -7% | 0 | 0 | — |
case-22 | fail→pass | 10,799 | 2,050 | -81% | 1 | 1 | 0% | 1,779 | 1,799 | +1% | 0 | 0 | — |
case-23 | pass→pass | 8,528 | 7,113 | -17% | 1 | 1 | 0% | 1,443 | 1,685 | +17% | 0 | 0 | — |
case-24 | pass→pass | 7,868 | 1,609 | -80% | 1 | 1 | 0% | 1,214 | 1,706 | +41% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 24 cases were attempted. The headline lift of +33 percentage points is the difference between those two pass rates over the 24 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.