Skip to main content
AI/MLIgorGanapolsky

thumbgate-feedback

Capture thumbs feedback and apply prevention rules before coding

Stars
21
Source
IgorGanapolsky/ThumbGate
Updated
2026-05-30
Slug
IgorGanapolsky--ThumbGate--thumbgate-feedback
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/IgorGanapolsky/ThumbGate/HEAD/adapters/amp/skills/thumbgate-feedback/SKILL.md -o .claude/skills/thumbgate-feedback.md

Drops the SKILL.md into .claude/skills/thumbgate-feedback.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

Amp ThumbGate Skill

On explicit user feedback:

node .claude/scripts/feedback/capture-feedback.js --feedback=up --context="..." --tags="..."
node .claude/scripts/feedback/capture-feedback.js --feedback=down --context="..." --tags="..."

Do not claim promotion from a bare thumbs up/down. Ask for one sentence describing what worked or failed first.

Before major implementation:

npm run feedback:summary
npm run feedback:rules