ai-feedback-loops

ai-feedback-loops is a skill for Claude Code, Codex from varunk130/ai-ux-skill-library. It costs 66 tokens per session (2,107 once invoked), scanned A, original, MIT.

A design guide for collecting and using feedback on AI products, including ratings, preference choices, corrections, and escalation to a person. Human-in-the-loop means a person reviews or handles selected cases.

In plain words
What is it for?
Use it to design thumbs-up or thumbs-down controls, correction flows, preference ranking, human review paths, and feedback analysis.
Why use it?
It helps turn user feedback into useful improvement signals while showing users that their effort had an effect.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to design thumbs-up or thumbs-down controls, correction flows, preference ranking, human review paths, and feedback analysis.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/varunk130/ai-ux-skill-library/ai-feedback-loops
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 varunk130/ai-ux-skill-library --skill ai-feedback-loops
Clone the repo
git clone --depth 1 https://github.com/varunk130/ai-ux-skill-library

Made for: Claude Code, Codex.

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 ai-feedback-loops

README.md
[![agentmods](https://agentmods.dev/badge/skills/varunk130/ai-ux-skill-library/ai-feedback-loops/github.svg)](https://agentmods.dev/skills/varunk130/ai-ux-skill-library/ai-feedback-loops)
Your own site
<a href="https://agentmods.dev/skills/varunk130/ai-ux-skill-library/ai-feedback-loops"><img src="https://agentmods.dev/badge/skills/varunk130/ai-ux-skill-library/ai-feedback-loops/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 ai-feedback-loops

Your own site · 80×15
<a href="https://agentmods.dev/skills/varunk130/ai-ux-skill-library/ai-feedback-loops"><img src="https://agentmods.dev/badge/skills/varunk130/ai-ux-skill-library/ai-feedback-loops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,107 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.
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.00066 $0.02107
Opus 5 $0.00033 $0.01053
Sonnet 5 $0.00013 $0.00421
Haiku 4.5 $0.00007 $0.00211

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

Security

Grade A, and why

ai-feedback-loops 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 10d 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.

skills/ai-feedback-loops/SKILL.md · 178 lines

How it starts

The opening of the file, as written. The whole thing — 178 lines — stays where its author put it; the contents beside it link to each section on GitHub.

AI Feedback Loops

Design feedback mechanisms that simultaneously improve the AI model AND improve the user's experience of giving feedback. The SIGNAL framework ensures feedback is low-friction, high-quality, and genuinely acted upon.

Core Principle

Feedback is a transaction. Users invest effort (reporting an error, rating an output, explaining what's wrong). If they never see a return on that investment, they stop giving feedback. Design feedback loops that close - where users can see that their input made a difference.


The SIGNAL Framework

Letter Principle Design Question
S Surface the Moment Is feedback offered at the exact moment the user has an opinion?
I Incentivize Honestly Does the feedback design encourage genuine assessment, not just positive ratings?
G Graduate the Effort Can users give 1-second feedback OR 1-minute feedback, depending on their willingness?
N Narrate the Impact Can users see how their feedback improved the system?
A Aggregate Intelligently Is individual feedback combined into actionable patterns, not just counted?
L Loop the Learning Does the improved AI behavior visibly reflect the feedback it received?

The Feedback Pyramid

Design feedback collection in layers - most users will only reach the first layer, and that's fine.

Layer Effort Signal Quality Collection Rate Mechanism
L1: Implicit Zero effort Low but high-volume 100% of users Usage patterns: regeneration rate, copy rate, session length, abandonment points
L2: Binary 1 second Medium 15-30% of users Thumbs up/down, helpful/not helpful
L3: Categorical 5 seconds Medium-High 5-15% of users "What was wrong?" dropdown: Inaccurate / Irrelevant / Incomplete / Offensive / Other
L4: Textual 30 seconds High 2-5% of users Free-text explanation of what was wrong and what would be better
L5: Comparative 60 seconds Very High 1-3% of users Side-by-side preference ranking: "Which response is better? A or B"

Read the full file on GitHub · 178 lines

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. 10d ago First seen · 178 lines · 66 tokens per session scan A cf8eb26959cc

Subscribe to this mod's changes

ai-feedback-loops is a skill published in the GitHub repository varunk130/ai-ux-skill-library (3 stars, last pushed 1mo ago), licensed MIT. It adds 66 tokens to every session and 2,107 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

prompt-engineering

Engineer effective LLM prompts using zero-shot, few-shot, chain-of-thought, and structured output techniques. Use when building LLM applications requiring reliable outputs, implementing RAG systems, creating AI agents, or optimizing prompt quality and cost. Covers OpenAI, Anthropic, and open-source models with…

ancoleman/ai-design-components · 73 tokens

enhance-prompt

Transforms vague UI ideas into polished, Stitch-optimized prompts. Enhances specificity, adds UI/UX keywords, injects design system context, and structures output for better generation results.

google-labs-code/stitch-skills · 41 tokens

prompt-engineer

Writes, refactors, and evaluates prompts for LLMs — generating optimized prompt templates, structured output schemas, evaluation rubrics, and test suites. Use when designing prompts for new LLM applications, refactoring existing prompts for better accuracy or token efficiency, implementing chain-of-thought or few-shot…

Jeffallan/claude-skills · 93 tokens

prompt-master

Generates optimized prompts for AI tools. Activates only when the user explicitly asks to write, fix, improve, or adapt a prompt for a specific AI tool (LLM, Cursor, Midjourney, image AI, video AI, coding agents, etc.). Does not activate for general conversation, coding tasks, document writing, or other…

nidhinjs/prompt-master · 78 tokens

ai-workflow-architect

Designs AI systems, automations, and agent workflows for a business — identifying which manual work is worth automating, how to structure the system, which tools fit, and what could go wrong. Use this to automate part of an operation, design an agent or MCP workflow, reduce repetitive manual work, connect tools into a…

cbrock84/headcount · 89 tokens

ss-reference

Compile screenshots, URLs, Figma exports, or an existing UI into a project-local StyleSeed output grammar with evidence, tokens, confidence, anti-patterns, and a validation screen. Use when the user supplies a design reference that StyleSeed does not already model.

bitjaru/styleseed · 56 tokens