Install
$ agentstack add skill-uthumany-uthy-legacy-os-feedback-analysis ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Feedback Analysis
Overview
User feedback is everywhere — support tickets, app store reviews, NPS surveys, social media, sales calls. Without systematic analysis, it's noise. This skill helps you collect, categorize, and synthesize feedback into patterns you can act on.
When to Use
- You have a backlog of user feedback to process
- You need to identify the most impactful improvements for next sprint
- You want to close the feedback loop with users
- Building a feedback system from scratch
- Don't use for: one-off feature requests (just prioritize them), bug reports (different triage process)
Instructions
1. Collect Feedback from All Channels
Set up a feedback ingestion process:
- Support tickets: Tag by category (bug, feature request, confusion, praise)
- In-app feedback: Surveys, NPS, ratings
- Sales calls: Capture objections and feature requests
- Social / reviews: App store reviews, Twitter, Reddit
- Customer success: Churn reasons, onboarding blockers
- Internal: Dogfood feedback from your own team
2. Categorize Each Piece
Use a consistent tagging system:
- Type: Bug, Feature Request, Improvement, Confusion, Praise
- Severity: Blocking (can't use product), Major (significant friction), Minor (annoyance), Enhancement
- Area: Which feature or workflow does this relate to?
- User segment: Which user type reported this?
3. Identify Patterns (The Signal)
Look for:
- Frequency: Same issue mentioned by 5+ users
- Emotion: Strong negative or positive language
- Workarounds: Users doing something awkward to compensate
- Unexpected use cases: Users finding value you didn't design for
- Confusion patterns: Multiple users asking the same question
4. Prioritize Improvements
For each pattern, ask:
- Impact: How many users are affected? How severely?
- Frequency: How often does this come up?
- Trend: Is this growing or shrinking?
- Effort: How hard would it be to address?
Rank patterns using value-effort or RICE.
5. Close the Feedback Loop
- Acknowledge: Reply to users who gave feedback (even if you can't build it yet)
- Communicate: "You asked, we built" — show users their feedback led to change
- Measure: Track whether your fix reduces feedback volume on that topic
Sample Output
Feedback analysis for Q2:
- 🔴 Major pattern: Onboarding confusion — 23 tickets about "where's my team?" after signup
- Action: Redesign invite flow (estimated 1 sprint)
- Impact: 23 users (growing trend)
- 🟡 Minor pattern: Search speed complaints — 8 tickets
- Action: Optimize queries (estimated 3 days)
- 🟢 Praise: New export feature — 12 users said they love it
- Signal: Invest more in data export capabilities
Verification Checklist
- [ ] Feedback collected from all relevant channels
- [ ] Each piece categorized by type, severity, and area
- [ ] Patterns identified (frequency, emotion, workarounds)
- [ ] Patterns prioritized by impact and frequency
- [ ] Top 3 improvement actions defined
- [ ] Feedback loop closed with users who contributed
- [ ] Trend tracked over time (is this improving?)
- Loudest voice wins — The user who tweets angrily isn't representative. Weight by frequency, not volume
- Feature request trap — Users suggest solutions. Your job is to find the underlying problem
- No feedback loop — If users never hear back, they stop giving feedback
- All feedback treated equally — A feature request from a $100K customer != same request from a free user
- Ignoring praise — Positive patterns tell you where to double down
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: uthumany
- Source: uthumany/uthy-legacy-os
- License: MIT
- Homepage: https://uthumany.github.io/uthy-legacy-os/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.