ingest-feedback

Convert pasted feedback into structured QA rules and dated logs.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill ingest-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ingest-feedback
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/skills/ingest-feedback
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill ingest-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Ingests a pasted feedback document into a repository's QA system. It extracts discrete, testable rules from unstructured feedback (client notes, review comments, QA observations), appends them to the repo's qa-rules.md file, and saves the full feedback with rule mappings to a dated markdown log (feedback/YYYY-MM-DD.md). Use when someone pastes feedback, review notes, or client comments into chat and wants to: (1) convert feedback into QA rules, (2) detect repeated issues by scanning prior feedback logs, (3) trigger a QA-loop regression audit when repeats occur, (4) build a traceable record of what was flagged, (5) verify during the next QA loop that all items were addressed.

Core Features & Use Cases

  • Extract discrete, testable QA rules from unstructured feedback.
  • Detect repeats by scanning prior logs and QA rules, enabling regression audits.
  • Write updated rules to qa-rules.md and log full feedback in feedback/YYYY-MM-DD.md.

Quick Start

Paste a feedback document into the chat and run ingestion to generate QA rules and a dated feedback log.

Frequently Asked Questions about ingest-feedback

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

FAQPage Schema
How do I convert unstructured client feedback into testable QA rules?

To convert unstructured client feedback into testable QA rules, paste the feedback document into the chat. The system extracts discrete items, maps each to a rule for traceability, and appends them to qa-rules.md while saving a dated feedback log.

What is the best way to track repeated issues in feedback logs?

The best way to track repeated issues in feedback logs is by scanning prior feedback logs and existing qa-rules.md entries. This mechanism detects recurring items, enabling you to trigger a QA-loop regression audit to verify whether previously flagged problems were addressed.

How does feedback traceability work with a QA rules markdown file?

Feedback traceability works by mapping each extracted item from pasted feedback to a structured rule in the qa-rules.md file. The full feedback document and its rule mappings are simultaneously saved to a dated markdown log at feedback/YYYY-MM-DD.md.

Do I need a specific schema to extract QA rules from review notes?

Yes, you need to rely on the qa-rules schema to extract QA rules from review notes. The system reads existing references and maps each unstructured observation to a structured rule, ensuring the newly appended rules conform to the repository's QA system.

Can I trigger a QA regression audit when feedback repeats?

Yes, you can trigger a QA-loop regression audit when feedback repeats. The system scans history to detect repeated issues by comparing new feedback against prior logs, enabling a regression audit to verify all items were addressed during the next QA loop.

What limitations exist when logging feedback to dated markdown files?

A limitation of logging feedback to dated markdown files is that each session saves to a single feedback/YYYY-MM-DD.md path, meaning multiple ingests on the same date may overwrite prior logs unless managed externally, and manual review is still required to validate rule extraction.