hatch3r-feedback

Solid

Captures user feedback on an agent recommendation or workflow outcome, classify it, sanitize it, and route it to the right destination — a local feedback record, a GitHub issue from the agent-recommendation-feedback template, or a learning. Use after an agent gives advice the user wants to rate, correct, or escalate.

AI & Automation 26 stars 4 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 83/100

Stars 20%
48
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Feedback Capture and Routing Single-pass channel that turns a user reaction ("that recommendation was wrong", "this workflow saved me time", "this agent keeps suggesting X") into a structured, sanitized, routed record. Closes the F13.4-F3 gap: hatch3r had no first-class surface for agent-recommendation feedback. This skill captures it once and routes it — it does not synthesize a report or fan out to sub-agents (see Decision 13 note below). ## Quick Start ``` Task Progress: - [ ] Step 0: Detect ambiguity (P8 B1) - [ ] Step 1: Capture the feedback (subject + sentiment + specifics) - [ ] Step 2: Classify and pick the destination - [ ] Step 3: Sanitize the content (user-tier; injection screen) - [ ] Step 4: Route to the chosen destination - [ ] Step 5: Confirm and summarize ``` ## Step 0 — Detect Ambiguity (P8 B1) Before any write or issue creation, scan the request for unresolved questions in scope, target, or irreversibility. If any are found, ask the user via the platform-native question tool per `agents/shared/user-question-protocol.md`. Do not proceed under silent assumption. Default path, not an exception. Triggers for THIS skill: which agent/workflow/recommendation the feedback is about (an unattributed complaint is not routable); whether the user wants it kept local or filed publicly as a GitHub issue (filing a public issue is effectively irreversible — it is visible immediately); and whether the feedback contains anything the user would not want in a public track...

Details

Author
hatch3r
Repository
hatch3r/hatch3r
Created
5 months ago
Last Updated
1 weeks ago
Language
TypeScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category