feedback

Collect content ratings and issue categories into a local SQLite database.

2|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/boringdata/kurt-demo --skill feedback-boringdata
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feedback
Source: https://github.com/boringdata/kurt-demo/tree/main/.claude/skills/feedback-skill
Command: npx skills add https://github.com/boringdata/kurt-demo --skill feedback-boringdata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Collects user ratings on content quality and categories issues, stores events in a local SQLite database, and surfaces patterns to guide manual rule updates. It provides a lightweight, low-friction way to gather feedback without automating changes.

Core Features & Use Cases

  • Collects rating (1-5), issue category, and optional comments for each content item
  • Dashboard to view trends, distributions, and recent feedback
  • Patterns view to surface recurring issues and recommend rule updates
  • Manual-rule-update workflow to apply insights using other skills (e.g., writing-rules-skill)

Quick Start

  • Rate content: feedback-skill rate <path>
  • View trends: feedback-skill dashboard
  • Find patterns: feedback-skill patterns

Frequently Asked Questions about feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect feedback on content quality and identify patterns for improvements?▼

Feedback collection identifies patterns in content issues by rating items 1-5, categorizing problems, and storing them in a local SQLite database. Use the rate subskill to gather feedback, then patterns to surface recurring issues and guide manual rule updates.

Can I use SQLite to store content feedback across multiple projects?▼

Yes. Feedback stores all ratings, issue categories, and comments in a local SQLite database (.kurt/kurt.sqlite), enabling lightweight storage and pattern detection across content items like outlines and drafts without external dependencies.

How do I view trends and recent feedback on content quality?▼

The dashboard subskill displays feedback trends, distributions, and recent ratings to help you spot quality patterns. Access it via feedback-skill dashboard to review aggregate data without manual log parsing.

What's the best way to turn recurring content issues into rule updates?▼

Run feedback-skill patterns to surface recurring issues, then apply insights manually using complementary skills like writing-rules-skill. This low-friction workflow lets you validate patterns before automating changes.

Do I need a database setup before rating content with this skill?▼

No. Feedback creates and manages its own SQLite database automatically. Just run feedback-skill rate <path> to start collecting ratings—no prerequisite configuration or external database tools required.

Can I categorize different types of content issues when collecting feedback?▼

Yes. Feedback accepts issue category input alongside ratings and optional comments for each content item, enabling you to distinguish problem types—such as clarity, tone, or structure—and surface category-specific patterns.