Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计提醒

user-feedback-interpreter用户反馈解释器

Agent Skill

user-feedback-interpreter 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

309

周安装

13

GitHub Stars

公开资料未说明

下载量

108
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:user-feedback-interpreter(用户反馈解释器)
来源仓库:https://github.com/sitechfromgeorgia/georgian-distribution-system
仓库路径:skills/user-feedback-interpreter
安装命令:
npx skills add https://github.com/sitechfromgeorgia/georgian-distribution-system --skill user-feedback-interpreter
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/sitechfromgeorgia/georgian-distribution-system --skill user-feedback-interpreter

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中快速定位候选结果。

  • 适用于根据关键词或任务场景进行信息检索和筛选的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围和维护状态,注意可能触发联网或文件操作。
  • user-feedback-interpreter 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

User Feedback Interpreter

Overview

A specialized UX research assistant designed to transform raw user feedback into actionable product insights. This skill processes feedback from multiple sources (surveys, reviews, interviews, support tickets), identifies patterns, clusters recurring themes, and generates strategic recommendations for product roadmaps.

Core Capabilities:

  • Multi-source feedback aggregation and normalization
  • Theme clustering with automated categorization
  • Quantitative + qualitative signal extraction
  • Friction point identification and severity scoring
  • Trend analysis across time periods
  • Actionable roadmap generation with priority rankings
  • Sentiment analysis and emotional mapping

Analysis Workflow

Phase 1: Data Collection & Normalization

Step 1: Gather Feedback Sources

Ask the user to provide feedback data in any format:

  • Survey responses (CSV, Excel, Google Forms exports)
  • User interviews (transcripts, notes, recordings)
  • App store reviews (screenshots, exports)
  • Support ticket summaries
  • Social media mentions
  • In-app feedback submissions
  • Usability test recordings/notes

Step 2: Normalize Data Structure

Create a unified feedback dataset with these fields:

- feedback_id: Unique identifier
- source: Origin (survey/review/interview/support/etc)
- date: When feedback was submitted
- user_segment: Type of user (new/power/churned/trial/etc)
- feedback_text: Raw feedback content
- rating: Numerical score if available (NPS, CSAT, stars)
- category: Initial categorization (if provided)
- metadata: Additional context (user_id, product version, platform)

Step 3: Data Quality Check

  • Remove duplicates based on content similarity (>90% match)
  • Flag incomplete responses
  • Identify and separate actionable vs non-actionable feedback
  • Note response rates and potential sampling bias

Phase 2: Theme Clustering & Categorization

Automated Theme Identification

Analyze feedback to identify recurring themes using:

  1. Keyword Frequency Analysis

- Extract most mentioned terms/phrases - Group semantically similar terms - Calculate mention frequency by source type

  1. Topic Clustering

- Group feedback by semantic similarity - Identify 5-12 major themes - Name each theme descriptively

  1. Category Assignment

Use this hierarchical taxonomy (see references/THEME_TAXONOMY.md for complete reference):

Primary Categories:

  • Usability: Navigation, clarity, ease-of-use issues
  • Features: Requests, missing functionality, enhancements
  • Performance: Speed, reliability, bugs, crashes
  • Pricing: Cost concerns, value perception, billing
  • Support: Customer service, documentation, help resources
  • Onboarding: First-time experience, learning curve, setup
  • Integration: Third-party tools, API, import/export
  • Design: Visual appearance, UI/UX, aesthetics
  • Security/Privacy: Data concerns, compliance, permissions

Secondary Tags:

  • Sentiment: Positive / Neutral / Negative / Critical
  • Urgency: Low / Medium / High / Critical
  • User Type: New / Experienced / Power / Churned
  • Complexity: Simple fix / Medium effort / Major overhaul

Phase 3: Quantitative Analysis

Calculate Key Metrics:

  1. Volume Metrics

- Total feedback items analyzed - Breakdown by source type - Items per time period - Response rates (if survey data)

  1. Theme Distribution Theme | Count | % of Total | Avg Sentiment -------------------------|-------|------------|--------------- Feature Request: Export | 127 | 18% | Neutral Bug: Mobile Crashes | 89 | 13% | Negative Pricing: Too Expensive | 76 | 11% | Negative
  2. Sentiment Breakdown

- Overall sentiment distribution - Sentiment by theme - Sentiment trends over time

  1. Severity Scoring For each theme, calculate severity: Severity = (Frequency × 0.4) + (Negative_Sentiment × 0.3) + (User_Impact × 0.3) Where: - Frequency: % of total feedback mentioning this theme - Negative_Sentiment: % of negative mentions for this theme - User_Impact: Estimated business impact (scale 1-10)
  2. Trend Analysis

- Compare current period vs previous period - Identify growing vs declining themes - Track sentiment trajectory


Phase 4: Qualitative Analysis

Extract Deeper Insights:

  1. Representative Quotes For each major theme, select 3-5 quotes that:

- Illustrate the issue clearly - Show different user perspectives - Highlight severity/emotion - Include positive examples (if available)

  1. User Journey Mapping Identify friction points at each stage: Discovery → Signup → Onboarding → First Use → Regular Use → Advanced Features ↓ ↓ ↓ ↓ ↓ ↓ [friction] [friction] [friction] [friction] [friction] [friction]
  2. Pain Point Prioritization Rank friction points by:

- Frequency of mention - Severity of impact - Stage in user journey - Ease of fix (estimated)

  1. Feature Request Analysis For each request, determine:

- Underlying user need (the "why") - Workarounds users are currently using - Similar requests across different sources - Potential solutions beyond the specific request


Phase 5: Actionable Roadmap Generation

Output Format: Strategic Recommendations

Generate a structured report with:

Executive Summary (2-3 paragraphs)

  • Overall feedback sentiment and trends
  • Top 3-5 critical issues requiring immediate attention
  • Key opportunities for product improvement
  • Comparison to previous period (if available)

Critical Issues (Immediate Action Required)

For each critical issue:

Issue: [Clear problem statement]
Impact: [Business/user impact description]
Evidence:
  - Mentioned by X% of users
  - Negative sentiment: Y%
  - Severity score: Z/10
Representative Quotes: [2-3 quotes]
Recommended Action: [Specific next steps]
Success Metrics: [How to measure if fixed]

High-Priority Improvements (Next Quarter)

List of 5-10 improvements with:

  • Theme name
  • Frequency (% of feedback)
  • User segments affected
  • Estimated effort (T-shirt sizing: S/M/L/XL)
  • Expected impact (Low/Medium/High/Very High)

Feature Requests Roadmap

Organize requests into categories:

Quick Wins (High impact, low effort):

  • [Feature 1]: Mentioned by X users, affects [segment]
  • [Feature 2]: Workaround currently: [description]

Strategic Bets (High impact, high effort):

  • [Feature A]: Major opportunity, requires [resources]
  • [Feature B]: Differentiator, affects [segment]

Consider Later (Lower priority):

  • [Feature X]: Niche request, affects [small segment]

Trends & Patterns

  • Emerging themes (growing mentions)
  • Declining issues (improving areas)
  • Seasonal patterns (if applicable)
  • Segment-specific insights

Recommended Next Steps

  1. Immediate Actions (this week)

- Critical bugs to fix - Users to follow up with - Urgent communications needed

  1. Short-term (this month)

- Features to validate through prototypes - Additional research needed - Quick improvements to implement

  1. Long-term (this quarter)

- Strategic initiatives to plan - Resources required - Success metrics to track


Sentiment Analysis

Methodology:

Use scripts/sentiment_analyzer.py for automated sentiment scoring, or manually classify using:

Sentiment Categories:

  • Very Positive (9-10/10): Praise, love, exceptional satisfaction
  • Positive (7-8/10): Satisfaction, appreciation, recommendations
  • Neutral (5-6/10): Factual statements, neither positive nor negative
  • Negative (3-4/10): Frustration, disappointment, complaints
  • Very Negative (1-2/10): Anger, threats to churn, severe criticism

Key Indicators:

*Positive:* "love," "amazing," "exactly what I needed," "game-changer," "highly recommend"

*Negative:* "frustrating," "confusing," "disappointed," "waste of time," "considering alternatives," "canceling"

*Critical:* "unusable," "broken," "scam," "worst," "never again"

Emotional Mapping:

Beyond positive/negative, identify emotional states:

  • Frustrated (can't accomplish task)
  • Confused (unclear how to proceed)
  • Delighted (exceeded expectations)
  • Anxious (worried about security/data)
  • Impatient (wants features now)

Report Templates

Use assets/feedback_report_template.md as a starting point for final deliverables.

For different stakeholders, adjust focus:

For Product Managers:

  • Feature requests with business impact
  • User journey friction points
  • Competitive comparison insights
  • ROI estimation for fixes

For Engineering:

  • Bug severity and frequency
  • Performance issues with details
  • Technical debt mentions
  • Integration/API feedback

For Design:

  • Usability issues with context
  • Visual/aesthetic feedback
  • User flow problems
  • Accessibility mentions

For Leadership:

  • Executive summary only
  • Top 3 critical issues
  • Strategic opportunities
  • Trend comparisons

Best Practices

DO:

  • ✅ Combine quantitative data (metrics) with qualitative insights (quotes)
  • ✅ Look for patterns across different feedback sources
  • ✅ Identify the underlying need, not just the stated request
  • ✅ Consider user segment differences (new vs power users)
  • ✅ Acknowledge positive feedback and wins
  • ✅ Provide specific, actionable recommendations
  • ✅ Include confidence levels for interpretations
  • ✅ Note limitations of the data (sample size, bias)

DON'T:

  • ❌ Cherry-pick feedback to support predetermined conclusions
  • ❌ Over-generalize from small sample sizes
  • ❌ Ignore negative feedback
  • ❌ Make assumptions without supporting evidence
  • ❌ Present recommendations without priority/effort context
  • ❌ Confuse correlation with causation
  • ❌ Forget to validate findings with stakeholders

Advanced Analysis Techniques

Cohort Analysis

If timestamps and user IDs available, analyze feedback by cohorts:

  • Users who joined in same time period
  • Users with similar usage patterns
  • Users from same acquisition channel
  • Users with similar demographics

Compare feedback patterns across cohorts to identify:

  • Onboarding issues affecting new users
  • Power user needs
  • Churn risk signals

Competitive Insights

When feedback mentions competitors:

  • List alternative products mentioned
  • Note reasons users compare/consider switching
  • Identify perceived advantages of competitors
  • Find unique value propositions

Time-series Analysis

Track themes over time to:

  • Measure impact of product changes
  • Identify seasonal patterns
  • Spot emerging issues early
  • Validate that fixes resolved issues

For detailed methodology, see references/ANALYSIS_METHODS.md


Integration with MCP Tools

This skill works seamlessly with external data sources:

Google Drive MCP:

  • Read survey exports from Google Sheets
  • Access interview transcripts from Docs
  • Pull historical feedback archives

Slack MCP:

  • Analyze user feedback from support channels
  • Review beta tester discussions
  • Monitor community sentiment

GitHub/Jira MCP:

  • Cross-reference feedback with bug reports
  • Track feature request status
  • Link customer quotes to issues

Output Deliverables

Depending on user needs, generate:

  1. Executive Dashboard (1 page)

- Key metrics, top issues, recommended actions

  1. Detailed Analysis Report (5-15 pages)

- Complete findings with evidence and recommendations

  1. Theme Breakdown Spreadsheet

- All feedback items categorized and scored

  1. Presentation Slides

- Visual summary for stakeholder meetings

  1. Action Plan

- Prioritized list of next steps with owners

  1. Research Questions

- Follow-up questions for deeper investigation


Quality Assurance

Before finalizing analysis:

  • All feedback items reviewed and categorized
  • Metrics calculated correctly
  • Representative quotes selected for each theme
  • Recommendations are specific and actionable
  • Priority rankings justified with evidence
  • Report tailored to intended audience
  • Data limitations acknowledged
  • Positive feedback highlighted
  • Next steps clearly defined

Resources

  • Detailed Methodologies: references/ANALYSIS_METHODS.md
  • Complete Theme Taxonomy: references/THEME_TAXONOMY.md
  • Report Templates: references/REPORT_TEMPLATES.md
  • Sentiment Analysis Script: scripts/sentiment_analyzer.py
  • Sample Data Structure: assets/feedback_template.csv

Example Usage

User: "I have 500 survey responses from our recent NPS campaign and 50 app store reviews. Can you analyze them and create a roadmap?"

Claude: "I'll analyze your feedback data comprehensively. Let me start by:

  1. Reviewing the survey responses and app store reviews
  2. Normalizing the data into a unified structure
  3. Identifying recurring themes and patterns
  4. Calculating key metrics and sentiment scores
  5. Generating actionable recommendations

Please share the survey data and reviews, and let me know:

  • What time period does this cover?
  • Are there specific areas you want me to focus on?
  • Who is the primary audience for this analysis?

Let's transform this feedback into strategic insights!"


Notes

  • This skill processes feedback objectively while highlighting both positive and negative signals
  • Analysis quality depends on feedback volume and diversity - flag small sample sizes
  • Always validate findings with product context and business objectives
  • Consider running follow-up research for ambiguous or conflicting signals
  • Update theme taxonomy based on your product domain and user base

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.19%
按下载量换算30

windsurf

22.53%
按下载量换算24

OpenCode

18.72%
按下载量换算20

Gemini CLI

14.22%
按下载量换算15

Cursor

9.29%
按下载量换算10

Codex

4.07%
按下载量换算4

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills