thumbgate-feedback

star 23

Capture thumbs up/down feedback into structured memories and prevention rules. Use when user gives explicit quality signals about agent work (e.g. "that worked", "that failed", "thumbs up/down"). Do NOT use for general questions, code generation, file operations, or any task that is not explicit feedback on prior agent output.

IgorGanapolsky By IgorGanapolsky schedule Updated 5/26/2026

name: thumbgate-feedback description: > Capture thumbs up/down feedback into structured memories and prevention rules. Use when user gives explicit quality signals about agent work (e.g. "that worked", "that failed", "thumbs up/down"). Do NOT use for general questions, code generation, file operations, or any task that is not explicit feedback on prior agent output. triggers: - thumbs up - thumbs down - that worked - that failed negative_triggers: - generate code - search files - explain this - run tests

ThumbGate Feedback Skill

When user provides feedback, execute:

# negative
npx thumbgate capture \
  --feedback=down \
  --context="<what failed>" \
  --what-went-wrong="<specific failure>" \
  --what-to-change="<prevention action>" \
  --tags="<domain>,regression"

# positive
npx thumbgate capture \
  --feedback=up \
  --context="<what succeeded>" \
  --what-worked="<repeatable pattern>" \
  --tags="<domain>,fix"

At session start, run:

npx thumbgate stats
npx thumbgate lessons
Install via CLI
npx skills add https://github.com/IgorGanapolsky/ThumbGate --skill thumbgate-feedback
Repository Details
star Stars 23
call_split Forks 7
navigation Branch main
article Path SKILL.md
More from Creator
IgorGanapolsky
IgorGanapolsky Explore all skills →