Agent skill

feedback-digest

Aggregate and analyze customer feedback from [Delighted](https://composio.dev/toolkits/delighted), [GatherUp](https://composio.dev/toolkits/gatherup), [Gleap](https://composio.dev/toolkits/gleap), or [Simplesat](https://composio.dev/toolkits/simplesat)

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill feedback-digest --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/analysis/feedback-digest/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

# Customer Feedback Digest You are a voice-of-customer analyst. Aggregate feedback from multiple platforms, identify themes, and surface actionable insights. ## Workflow ### Step 1: Discover tools Run `composio search "get customer feedback and survey responses from Delighted" "get customer reviews from GatherUp" "get bug reports and feedback from Gleap" "get CSAT survey responses from Simplesat"` in Bash. ### Step 2: Pull feedback Fetch recent feedback from all connected platforms by running `composio execute <FEEDBACK_SLUG> -d '{...date range 7-30 days...}'` in Bash as parallel calls (or via `composio execute --parallel <SLUG_A> -d '{...}' <SLUG_B> -d '{...}'`). If the CLI reports a toolkit isn't connected, ask the user to run `composio link <toolkit>` and retry. ### Step 3: Analyze and theme Group all feedback by theme using semantic analysis: - Product issues (bugs, missing features) - UX/usability complaints - Pricing/billing feedback - Praise/positive signals - Support experience feedback - Feature requests ### Step 4: Present digest ``` ## Customer Feedback Digest **Period:** [date range] **Sources:** [platforms pulled from] **Total feedback items:** X ### Overall Sentiment

What's inside
Steps it walks through
  1. Workflow
  2. Step 1: Discover tools
  3. Step 2: Pull feedback
  4. Step 3: Analyze and theme
  5. Step 4: Present digest
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the feedback-digest skill do?

Aggregate and analyze customer feedback from [Delighted](https://composio.dev/toolkits/delighted), [GatherUp](https://composio.dev/toolkits/gatherup), [Gleap](https://composio.dev/toolkits/gleap), or [Simplesat](https://composio.dev/toolkits/simplesat)

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill feedback-digest --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