capture-feedback

capture-feedback is a skill for Cursor from IgorGanapolsky/ThumbGate. It costs 29 tokens per session (438 once invoked), scanned A, original, MIT.

A tool for recording structured thumbs-up or thumbs-down feedback after an agent task, tool call, test, or deployment issue. It can store context, tags, related feedback, and optional quality scores.

In plain words
What is it for?
Use it to record why a result was good or bad, categorize the event, connect later clarification to an earlier entry, and capture rubric-based scores.
Why use it?
It turns informal feedback into records that can be reviewed later and used to identify lessons from repeated successes or failures.

Skill for Cursor

Written for Cursor: shipped in a Cursor plugin.

Part of the thumbgate plugin — 5 skills, 3 commands, 2 agents shipped together

Good fit Use it to record why a result was good or bad, categorize the event, connect later clarification to an earlier entry, and capture rubric-based scores.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/igorganapolsky/thumbgate/capture-feedback
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add IgorGanapolsky/ThumbGate --skill capture-feedback
Clone the repo
git clone --depth 1 https://github.com/IgorGanapolsky/ThumbGate

Made for: Cursor.

Or install thumbgate, the plugin that ships this one along with the rest of its 5 skills, 3 commands, 2 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for capture-feedback

README.md
[![agentmods](https://agentmods.dev/badge/skills/igorganapolsky/thumbgate/capture-feedback/github.svg)](https://agentmods.dev/skills/igorganapolsky/thumbgate/capture-feedback)
Your own site
<a href="https://agentmods.dev/skills/igorganapolsky/thumbgate/capture-feedback"><img src="https://agentmods.dev/badge/skills/igorganapolsky/thumbgate/capture-feedback/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for capture-feedback

Your own site · 80×15
<a href="https://agentmods.dev/skills/igorganapolsky/thumbgate/capture-feedback"><img src="https://agentmods.dev/badge/skills/igorganapolsky/thumbgate/capture-feedback.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 438 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00029 $0.00438
Opus 5 $0.00015 $0.00219
Sonnet 5 $0.00006 $0.00088
Haiku 4.5 $0.00003 $0.00044

Measured 9d ago against content hash 1b4fac9d9df7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

capture-feedback scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/cursor-marketplace/skills/capture-feedback/SKILL.md · 49 lines

What it actually says

Capture Feedback

Record structured feedback after completing a task or encountering an issue.

When to use

  • After completing a coding task (positive or negative outcome)
  • When a tool call produces unexpected results
  • After a test failure or deployment issue
  • When the user explicitly wants to record feedback

How it works

Use the capture_feedback MCP tool with:

  • signal"thumbs_up" or "thumbs_down"
  • context — Description of what happened and why when the user already said it clearly
  • tags — Array of relevant tags for categorization (e.g., ["test-failure", "refactor"])
  • chatHistory — Up to 8 prior recorded entries plus the failed tool call when the thumbs-down signal is vague and the lesson must be distilled from recent context
  • relatedFeedbackId — Use when the user adds clarifying detail later and it should refine the existing feedback event
  • rubric_scores — Optional object with structured quality scores

Example

Capture feedback: thumbs_down for the failed database migration.
Context: Migration script dropped the wrong index, causing query timeouts.
Tags: database, migration, production-incident

Vague signal recovery

If the user only says thumbs_down, wrong, correct, or this failed, do not stop there. Call capture_feedback with:

  • the signal
  • any minimal context the user already gave
  • chatHistory containing up to 8 prior recorded entries from the current correction thread
  • the failed tool call or command when available
  • relatedFeedbackId if the user is clarifying an already-open 60-second follow-up session

That lets ThumbGate propose whatWentWrong, whatToChange, and a candidate rule automatically.

Feedback feeds into the prevention rule promotion pipeline. Repeated failures with the same pattern are automatically promoted into enforceable prevention rules.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 49 lines · 29 tokens per session scan A 1b4fac9d9df7

Subscribe to this mod's changes

capture-feedback is a skill published in the GitHub repository IgorGanapolsky/ThumbGate (26 stars, last pushed today), licensed MIT. It adds 29 tokens to every session and 438 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

agentguard

Runtime guardrails for AI coding agents. Stop loops, budget overruns, retry storms, and timeouts before they burn money. Zero dependencies, local-first, MIT licensed.

bmdhodl/agent47 · 38 tokens

crm-pipeline-playbook

How to answer pipeline, renewal, and account-health questions using the CRM tools.

schmitech/orbit · 22 tokens

deciding-who-decides

Decides who holds authority for a change — the agent at the edge or a human gate — by matching decision rights to reversibility, evidence, and consequence, and names the escalation trigger. Use when an agent could act on something irreversible, trust-bearing, or thinly evidenced. Do not use for trivial reversible…

FlyFission/nuclear-grade-context-engineering · 80 tokens

staying-on-mission

Tests the current work against a written, lasting mission anchor and forces one choice, re-anchor, escalate, or stop. Use when an agent keeps finishing tasks but the work drifts from the goal, scope creeps, the same action repeats in a loop, or standards slip one small step at a time. Do not use for a tiny edit with…

FlyFission/nuclear-grade-context-engineering · 90 tokens

verifying-final-artifacts

Verifies the delivered artifact a consumer actually receives (a figure, chart, PDF, SVG, screenshot, compiled build, or deployed response) by regenerating it fresh and directly observing the output, not the source that produces it, and ends in one honest verdict. Use when the deliverable is a produced artifact and…

FlyFission/nuclear-grade-context-engineering · 98 tokens

closing-stale-packets

Brings an abandoned or half-filled change packet to an honest terminal state by completing it, closing it with a recorded rationale, or deleting it. Use when ng status flags a scaffold or invalid packet, a long session left a draft behind, or work was abandoned mid-packet. Do not use for an actively in-progress…

FlyFission/nuclear-grade-context-engineering · 84 tokens