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)
npx skills add majiayu000/claude-skill-registry --skill feedback-digest --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Workflow
- Step 1: Discover tools
- Step 2: Pull feedback
- Step 3: Analyze and theme
- Step 4: Present digest
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.
