Agent skill · Content & Marketing

Feedback Integration

Process viewer comments and feedback to improve content

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill feedback-integration --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/feedback-integration/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Purpose
  2. Command
  3. Input Sources
  4. Comment Analysis Process
  5. 1. Collection
  6. 2. Categorization
  7. 3. Sentiment Analysis
  8. 4. Theme Extraction
  9. 5. Insight Generation
  10. Feedback Categories
  11. Impact Testimonials
  12. Experience Reports
  13. Technical Feedback
  14. Requests
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going