Capture thumbs feedback and apply prevention rules before coding
Scanned 9/3/2026
Install to Claude Code
npx -y skills add IgorGanapolsky/ThumbGate --skill thumbgate-feedback --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Thumbgate Feedback?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/igorganapolsky-thumbgate-feedback)More formats (shields.io, HTML) on the badges page.
---
name: thumbgate-feedback
description: Capture thumbs feedback and apply prevention rules before coding
---
# Amp ThumbGate Skill
On explicit user feedback:
```bash
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:
```bash
npm run feedback:summary
npm run feedback:rules
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!