Feedback Integration
Process viewer comments and feedback to improve content
npx skills add majiayu000/claude-skill-registry --skill feedback-integration --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.
# Feedback Integration Skill > **Listening to Our Listeners** This skill processes viewer comments and direct feedback to understand impact and improve future sessions. --- ## Purpose Extract qualitative insights from viewer feedback and integrate into the knowledge base. --- ## Command ```bash /learn-comments session-name ``` --- ## Input Sources | Source | Type | Value | |--------|------|-------| | YouTube Comments | Public | Unfiltered reactions | | Email Feedback | Private | Detailed testimonials | | Social Mentions | Public | Organic shares | | Direct Messages | Private | Personal experiences | --- ## Comment Analysis Process ### 1. Collection Gather comments from YouTube Studio or API: ```yaml comments: - author: "Seeker123" text: "This helped me sleep for the first time in weeks..." likes: 42 timestamp: "2025-01-10T14:32:00Z" - author: "MeditatorPro" text: "The Eden imagery was so vivid, I felt like I was there" likes: 28 timestamp: "2025-01-11T09:15:00Z" ``` ### 2. Categorization Classify each comment: | Category | Indicators | |----------|------------| | **Impact** | "helped me", "changed my", "finally" | | **Experience** | "felt like", "saw", "experienced" | | **Technical
- Purpose
- Command
- Input Sources
- Comment Analysis Process
- 1. Collection
- 2. Categorization
- 3. Sentiment Analysis
- 4. Theme Extraction
- 5. Insight Generation
- Feedback Categories
- Impact Testimonials
- Experience Reports
- Technical Feedback
- Requests
What does the Feedback Integration skill do?
Process viewer comments and feedback to improve content
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill feedback-integration --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.
