feedback-collector

Drafts consent-gated private feedback notes to a skill pack's authors after strong user reactions.

1|Updated Jul 4, 2026
One-click install
npx skills add https://github.com/happysasha18/live-spec --skill feedback-collector-happysasha18
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feedback-collector
Source: https://github.com/happysasha18/live-spec/tree/main/skills/feedback-collector
Command: npx skills add https://github.com/happysasha18/live-spec --skill feedback-collector-happysasha18

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a user has a genuinely strong reaction — real delight or real frustration — that signal about what worked or hurt in real use is usually lost. This Skill captures those rare moments by offering to draft a short, anonymized note to the pack's authors, without ever sending anything automatically. ## Core Features & Use Cases - Consent-gated drafting: Detects one unmistakable strong reaction and asks for an explicit yes before writing anything; silence or ambiguity leaves the note unwritten. - Anonymized, self-contained notes: Masks names, companies, repos, and file paths into neutral role words, and distills only the point of what happened — never transcripts or private content. - Local-only deposit: Writes the note to a gitignored outbox/ directory and logs the offer in FEEDBACK.md; it never opens a network connection or sends anything. - Use Case: A user exclaims that an automated guard caught a mistake their manual edit missed. The Skill offers to draft a note, and on a yes, deposits an anonymized summary in outbox/upstream-note-2026-07-15.md for the user to deliver themselves. ## Quick Start Enable it by adding feedback-upstream: on to your .live-spec/profile.md, then when you react strongly to something the agent did, answer yes when it offers to draft a note to the pack's authors.

Frequently Asked Questions about feedback-collector

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

FAQPage Schema
How do I enable the feedback-collector skill?▼

Add the line `feedback-upstream: on` to your host's `.live-spec/profile.md` file. The skill is off by default and reads nothing, offers nothing, and stays silent until that flag is recorded.

Does feedback-collector send my data to the pack authors automatically?▼

No. It never sends anything. On your explicit yes it only deposits a drafted note into a gitignored `outbox/` directory, and delivering it upstream is a separate step you take yourself.

What is the difference between feedback-collector and feedback-intake?▼

feedback-intake receives feedback you hand in and files it locally, while feedback-collector notices a strong moment the agent observed and offers to carry a note up to the pack's authors. They move feedback in opposite directions.

How does feedback-collector protect private information in notes?▼

It anonymizes the draft before you approve it, replacing names, companies, repos, file paths, and customer data with neutral role words like "the owner" or "a client project". What you approve at consent is exactly what would travel.

When does feedback-collector stay silent?▼

It stays silent on mild, routine, or ambiguous reactions, on the agent's own output, on hosts without the flag enabled, and on feedback handed in through the normal intake route. Only an unmistakable strong reaction triggers an offer.