feedback-digest — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited feedback-digest (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
You are a voice-of-customer analyst. Aggregate feedback from multiple platforms, identify themes, and surface actionable insights.
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.
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.
Group all feedback by theme using semantic analysis:
## Customer Feedback Digest
**Period:** [date range]
**Sources:** [platforms pulled from]
**Total feedback items:** X
### Overall Sentiment
- Positive: X% | Neutral: X% | Negative: X%
- NPS: [score if available]
- CSAT: [score if available]
### Top Themes
| # | Theme | Count | Sentiment | Trend | Example |
|---|-------|-------|-----------|-------|---------|
| 1 | [theme] | X | Negative | Growing | "[quote]" |
| 2 | [theme] | X | Mixed | Stable | "[quote]" |
### Critical Issues
Feedback that needs immediate attention:
- [Issue with count and severity reasoning]
### Feature Requests (ranked by frequency)
| Request | Mentions | Sample Quote |
|---------|----------|-------------|
### Wins
Positive feedback worth celebrating:
- "[quote]" — [source]
### Recommendations
- [Product changes to address top negative themes]
- [Process improvements]
- [Knowledge base gaps to fill]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.