feedback-loop

Prompts user approval via question tool after every frontend UI change.

Updated May 12, 2026
One-click install
npx skills add https://github.com/ahemdatef/Gradution-Project-iLMS-Software --skill feedback-loop-ahemdatef
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-loop
Source: https://github.com/ahemdatef/Gradution-Project-iLMS-Software/tree/main/frontend/.agents/skills/feedback-loop
Command: npx skills add https://github.com/ahemdatef/Gradution-Project-iLMS-Software --skill feedback-loop-ahemdatef

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When making frontend UI changes, developers often move on to the next task without confirming the user is satisfied, forcing the user to manually type feedback or corrections later. This Skill enforces a mandatory interactive approval step after every visual change. ## Core Features & Use Cases - Mandatory Feedback Gate: After any page redesign, component update, styling fix, or layout change, the AI must ask for feedback using the question tool before continuing. - Structured Approval Options: Presents quick options like "Approved" and "Needs tweaks" so the user never has to type a response manually. - Iterative Refinement Loop: If the user requests changes, the AI iterates on the fix and asks again until explicit approval is given. - Use Case: While restyling a course card component in a Next.js app, the AI describes the change and immediately asks for approval, ensuring every visible edit is reviewed one at a time. ## Quick Start Ask the AI to update any frontend component or page styling and it will automatically request your approval through the question tool after each change.

Frequently Asked Questions about feedback-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get AI to ask for feedback after UI changes?

This Skill instructs the AI to use the question tool immediately after any frontend UI change, presenting options like "Approved" or "Needs tweaks". The AI cannot proceed to the next task until you select an option.

How to review frontend changes one at a time with AI?

The Skill explicitly forbids batching multiple UI changes into a single feedback request. Each distinct visual change triggers its own question prompt, so you review and approve edits incrementally.

Does this feedback workflow work with Next.js projects?

Yes, the Skill is designed for the Next.js frontend in this repository and applies to any visible change including pages, components, styling, and layouts. It is framework-agnostic in principle since it only governs the AI's behavior.

What happens if I request changes instead of approving?

If you select "Needs tweaks", the AI asks a follow-up question or waits for your description of what to fix. It then iterates on the change and asks for feedback again until you approve.

When should the feedback step be skipped?

Never, according to the Skill rules. Even small styling fixes require the question tool prompt if the change is visible to the user, ensuring no unreviewed visual modification slips through.