user-feedback

Check user feedback files and convert actionable items into tasks.

1|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/mbtz/agent-skills --skill user-feedback
Or copy as Structured Prompt for Agentâ–¼
Please help me install this Agent Skill.
Skill: user-feedback
Source: https://github.com/mbtz/agent-skills/tree/main/skills/user-feedback
Command: npx skills add https://github.com/mbtz/agent-skills --skill user-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing user feedback by ensuring that actionable items are identified, converted into tasks, and that the feedback file is kept up-to-date.

Core Features & Use Cases

  • Feedback Monitoring: Automatically checks for new or updated user feedback.
  • Task Creation: Converts actionable feedback into tasks using the project's preferred task system (e.g., sv or tk).
  • Timestamp Management: Updates a read timestamp to track when feedback was last processed.
  • Use Case: When a user submits a bug report or feature request via a feedback form, this Skill can automatically create a corresponding ticket in your project management tool.

Quick Start

Use the user-feedback skill to check for new feedback in the USER_FEEDBACK.md file.

Frequently Asked Questions about user-feedback

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

FAQPage Schema
How do I automatically triage user feedback and convert actionable items into tasks?â–¼

To triage user feedback, this Skill monitors a designated feedback file, identifies actionable entries, and converts them into tasks. It integrates with task management systems based on your project directory structure to automate ticket creation.

How does automated feedback processing handle new entries in a feedback file?â–¼

Automated feedback processing handles new entries by checking a stored read timestamp against the feedback file. It identifies entries added since the last run, processes them into tasks, and updates the timestamp to track the last checked interval.

Do I need Python 3 to run scripts for issue tracking and feedback processing?â–¼

Yes, you need Python 3 installed to execute the scripts for issue tracking and feedback processing. The Skill relies on Python to manipulate the feedback file, manage timestamps, and interface with your task management system.

Can I integrate feedback triage with existing task management systems like 'sv' or 'tk'?â–¼

Yes, you can integrate feedback triage with task management systems like 'sv' or 'tk'. The Skill detects the preferred task system based on the project directory structure and routes converted feedback items there automatically.

What is the best way to track which user feedback items have already been processed?â–¼

The best way to track processed user feedback is through timestamp management. The Skill updates a read timestamp within the feedback file each time it runs, ensuring only new or updated entries are processed on the next cycle.