Agent skill · AI & Agents

apply-prompt-feedback

Applies user feedback to prompts with precision - incorporates feedback intent without over-fitting, maintains information density, prevents regressions. Use when asked to apply feedback, incorporate suggestions, or update a prompt based on user input.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill apply-prompt-feedback --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/ai-llm/apply-prompt-feedback/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Apply Prompt Feedback Apply user feedback to prompts with calibrated precision—addressing feedback intent fully while avoiding over-fitting, maintaining information density, and preventing regressions. ## Overview This skill applies feedback through: 1. **Initial Application** - Apply feedback to prompt using Application Techniques 2. **Verification** - `prompt-feedback-verifier` checks for issues (over-fitting, regression, density loss) 3. **Refinement** - Fix issues based on verifier findings, iterate if needed (max 5 iterations) 4. **Output** - Atomic replacement only after verification passes **Loop**: Gather inputs → Copy → Apply feedback → Verify → (Iterate if issues) → Output **Key principles**: - **Just-right application**: Address ALL of feedback, ONLY feedback, nothing more - **Information density**: Use minimal text to achieve the change - **Regression prevention**: Preserve everything feedback didn't mention - **Verifier validates**: Verifier catches over-fitting, under-fitting, and regressions **Required tools**: This skill requires Task tool to launch the verifier agent. If Task is unavailable, report error: "Task tool required for verification loop." This skill use

What's inside
Steps it walks through
  1. Overview
  2. Workflow
  3. Phase 0: Create Todo List (TodoWrite immediately)
  4. Phase 1: Input Validation
  5. Phase 2: Initial Application
  6. Phase 3: Refinement Loop (Verifier-Driven)
  7. Application Techniques
  8. Incorporation Techniques
  9. Calibration Techniques
  10. Preservation Techniques
  11. Information Density Rules
  12. Resolution Strategy
  13. Phase 4: Output
  14. Key Principles
Ships with 1 file
  • metadata.json
Commands it runs
Apply feedback to a prompt file
Apply feedback to inline prompt (will be prompted for feedback)
Apply multiple feedback points
More from claude-skill-registry
All skills →
About this skill
What does the apply-prompt-feedback skill do?

Applies user feedback to prompts with precision - incorporates feedback intent without over-fitting, maintains information density, prevents regressions. Use when asked to apply feedback, incorporate suggestions, or update a prompt based on user input.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill apply-prompt-feedback --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going