user-feedback

Classify user feedback and update project memory, skill, and agent files.

2|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/pjcau/esp32-emu-turbo --skill user-feedback-pjcau
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: user-feedback
Source: https://github.com/pjcau/esp32-emu-turbo/tree/main/.claude/skills/user-feedback
Command: npx skills add https://github.com/pjcau/esp32-emu-turbo --skill user-feedback-pjcau

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill captures user feedback, preferences, and rules and automatically places them into the correct project locations so that important guidance is not lost, duplicated, or contradictory across memory, skills, and agent prompts.

Core Features & Use Cases

  • Classify feedback: Map natural-language input into categories such as project convention, DFM/PCB rule, agent behavior, workflow preference, tool rule, or skill improvement.
  • Safe updates: Read target files to avoid duplicates, update existing rules in place, replace contradictory rules, and append new guidance in MEMORY.md, relevant SKILL.md files, or agent definitions.
  • Propagation & reporting: Identify affected skills and agents, update their instructions or prompts as needed, and produce a concise summary of all changes for reviewer approval.

Quick Start

Route the feedback 'all commands must run via Docker' to memory, affected skills, and agent prompts.

Frequently Asked Questions about user-feedback

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

FAQPage Schema
How do I automatically route user feedback to project memory and agent prompts?

To route user feedback automatically, this Skill parses natural language input, classifies it into categories like project convention or agent behavior, and updates MEMORY.md, SKILL.md files, and agent prompts directly. It reads target files to avoid duplicates and replaces contradictory rules.

How do I update repository conventions from natural language feedback without creating duplicates?

Updating repository conventions from feedback safely involves reading existing target files to check for duplicates before appending or modifying. The Skill updates rules in place within MEMORY.md or SKILL.md files and produces a summary of applied changes for reviewer approval.

What is the best way to propagate workflow preference changes to affected skills and agents?

Propagating workflow preference changes requires identifying affected skills and agents, then updating their instructions or prompts as needed. This Skill classifies the preference, applies it to relevant project files, and generates a concise summary of all modifications for approval.

Can I use natural language parsing to apply DFM and PCB manufacturing rules to project memory?

Yes, you can apply DFM and PCB manufacturing rules to project memory using natural language parsing. The Skill maps your input into the DFM/PCB rule category, reads target files to prevent duplication, and appends or updates the new guidance in MEMORY.md.

Does this feedback routing approach work for updating agent behavior during development?

Yes, this feedback routing approach works for updating agent behavior during development. It classifies feedback specifically as agent behavior changes, reads the existing agent definitions to avoid conflicts, and updates the prompts accordingly before outputting a change summary.