Audit & Diagnostics Custom Skills · Curated

Customer Feedback Summarizer

Rolls up a batch of open-ended customer feedback into named themes with rough counts.

What it does

Reads through a batch of free-text feedback, reviews, survey answers, or support notes, and clusters it into a handful of recurring themes, each with a representative quote and an approximate count of how often it came up. Surfaces the single most common complaint and most common praise separately so nothing gets buried in a wall of text.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/customer-feedback-summarizer/ (or ~/.claude/skills/customer-feedback-summarizer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/customer-feedback-summarizer/

OpenAI Codex

.codex/skills/customer-feedback-summarizer/

Cursor

.cursor/skills/customer-feedback-summarizer/ (or ~/.cursor/skills/customer-feedback-summarizer/ globally)

Compatibility

Any WordPress site; works from exported feedback text (reviews plugin export, survey CSV, support notes), no specific analytics integration required.