kit-feedback

Captures and sanitizes project improvement signals for Master Starter Kit export.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/primovera12/Master-Kit --skill kit-feedback
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kit-feedback
Source: https://github.com/primovera12/Master-Kit/tree/main/Master-Starter-Kit/tools/skills/kit-feedback
Command: npx skills add https://github.com/primovera12/Master-Kit --skill kit-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

kit-feedback provides a project-side feedback capture and export workflow for the Master Starter Kit, enabling teams to collect, sanitize, and package improvement candidates for kit integration.

Core Features & Use Cases

  • Capture and sanitize signals from the host project that suggest improvements to the kit.
  • Stage candidates for export into a portable .kit-feedback.json file.
  • Export staged feedback into a format ready for submission to the kit maintainers via GitHub PR or direct file share.
  • Supports modes: capture, export, status, and add, plus interactive candidate creation.

Quick Start

Run the kit feedback workflow in your project directory to capture improvement candidates and export them into a portable .kit-feedback.json for submission to the kit.

Frequently Asked Questions about kit-feedback

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

FAQPage Schema
How do I capture and sanitize project learnings for a starter kit?▼

To capture and sanitize project learnings, this Skill scans your host project for cross-project lessons, template improvements, and anti-patterns, then stages them as kit-ready candidates. It applies a full sanitization pipeline before writing results to dev_docs/kit-feedback.

How does project feedback export work for kit integration?▼

Project feedback export works by staging captured improvement candidates and writing them into a portable .kit-feedback.json file. This format is ready for submission to kit maintainers via GitHub PR or direct file share.

What is the best way to document anti-patterns discovered during a project?▼

The best way to document anti-patterns is using the interactive candidate creation mode. It captures project-side improvement signals and sanitizes them into structured candidates, storing them with pending or exported statuses for manual review.

Can I use this feedback workflow to track pending and exported improvement candidates?▼

Yes, you can use this workflow to track statuses. It supports pending and exported statuses for captured candidates, allowing you to manage the pipeline from initial signal discovery to final JSON export.

Do I need any specific dependencies to run the kit feedback workflow?▼

No specific dependencies are required to run the kit feedback workflow. The Skill operates independently within your project directory to scan for insights and generate the exportable feedback file.

Why does my project feedback need sanitization before kit integration?▼

Project feedback needs sanitization to ensure cross-project lessons and template improvements are safe and structured for kit integration. The sanitization pipeline processes raw signals into clean, kit-ready candidates suitable for export.