Claude-skill-registry Feedback Integration

Process viewer comments and feedback to improve content

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/feedback-integration" ~/.claude/skills/majiayu000-claude-skill-registry-feedback-integration && rm -rf "$T"
manifest: skills/data/feedback-integration/SKILL.md
source content

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

/learn-comments session-name

Input Sources

SourceTypeValue
YouTube CommentsPublicUnfiltered reactions
Email FeedbackPrivateDetailed testimonials
Social MentionsPublicOrganic shares
Direct MessagesPrivatePersonal experiences

Comment Analysis Process

1. Collection

Gather comments from YouTube Studio or API:

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:

CategoryIndicators
Impact"helped me", "changed my", "finally"
Experience"felt like", "saw", "experienced"
Technical"audio", "sound", "voice", "quality"
Request"could you", "please make", "I wish"
Question"how do I", "what is", "when should"
Criticism"didn't like", "too long", "confusing"

3. Sentiment Analysis

Score overall sentiment:

SentimentScore RangeMeaning
Very Positive0.8-1.0Strong resonance
Positive0.5-0.8Good reception
Neutral0.3-0.5Mixed signals
Negative0.0-0.3Issues to address

4. Theme Extraction

Identify recurring themes:

themes:
  - theme: "sleep_improvement"
    frequency: 12
    sentiment: 0.9
    sample_quotes:
      - "Finally slept through the night"
      - "Best sleep aid I've found"

  - theme: "vivid_imagery"
    frequency: 8
    sentiment: 0.85
    sample_quotes:
      - "The garden felt so real"
      - "I could actually see the light"

5. Insight Generation

Convert themes to actionable insights:

insight:
  finding: "Eden garden imagery creates exceptionally vivid experiences"
  evidence: "8 comments specifically mentioned vivid imagery in Eden session"
  action: "Use garden/nature settings for healing sessions"
  confidence: medium
  source: "comments"

Feedback Categories

Impact Testimonials

Most valuable for understanding effectiveness:

"I've struggled with anxiety for years, and this session gave me the first deep relaxation I've felt in months."

Extract:

  • Outcome achieved: anxiety relief
  • Session type: healing
  • Impact level: significant
  • Time element: long-term struggle resolved

Experience Reports

Valuable for refining content:

"When you described the waterfall, I could actually feel the cool mist on my skin."

Extract:

  • Effective element: waterfall imagery
  • Sensory channel: kinesthetic (touch)
  • Immersion level: high

Technical Feedback

Valuable for production quality:

"The voice was perfect but the binaural felt a bit too loud in my right ear."

Extract:

  • Voice quality: positive
  • Binaural mixing: needs review
  • Specific issue: channel balance

Requests

Valuable for content planning:

"I'd love a session focused on confidence before presentations."

Extract:

  • Requested outcome: confidence
  • Context: professional/presentations
  • Priority: add to topic queue

Negative Feedback Handling

Constructive Criticism

Address in future sessions:

CriticismResponse
"Too slow at the start"Review induction pacing
"Voice felt monotonous"Add prosody variation
"Couldn't visualize"Enhance sensory descriptions
"Ending was abrupt"Extend emergence section

Non-Constructive

Note but don't over-weight:

CommentResponse
"This is fake"Acknowledge different expectations
"Hypnosis is dangerous"Note misconception, don't change approach
Spam/trollingIgnore

Knowledge Base Updates

Store insights in

knowledge/lessons_learned.yaml
:

- id: "FEEDBACK-2025-001"
  category: "feedback"
  finding: "Kinesthetic imagery (touch sensations) increases immersion"
  evidence: "Multiple comments mention feeling physical sensations"
  action: "Include tactile descriptions in every visualization"
  confidence: medium
  source: "viewer_comments"
  sessions_referenced:
    - "eden-garden-pathworking"
    - "healing-waterfall-journey"
  date_discovered: "2025-01-15"

Feedback Loop Timing

PeriodAction
24-48 hoursInitial comment surge
7 daysFirst round analysis
30 daysComprehensive review
90 daysLong-term impact assessment

Output

After analysis:

  1. Feedback Summary: Categorized comments with sentiment
  2. Theme Report: Recurring patterns with evidence
  3. Insight Updates: New entries for knowledge base
  4. Action Items: Specific improvements for next sessions
  5. Request Queue: Topics requested by viewers

Integration with Analytics

Combine feedback with metrics for complete picture:

Metric SaysFeedback SaysConclusion
High retention"Loved every minute"True success
Low retention"Got distracted"Content issue
High retention"Fell asleep"Works for sleep (intended?)
Low likes"Too different for me"Niche content, not failure

Related Resources

  • Skill:
    tier4-growth/analytics-learning/
    (quantitative)
  • Knowledge:
    knowledge/lessons_learned.yaml