feedback-log

Capture feedback and map it to skill files for updates.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/jimmymalhan/codereview-pilot --skill feedback-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feedback-log
Source: https://github.com/jimmymalhan/codereview-pilot/tree/main/.claude/skills/feedback-log
Command: npx skills add https://github.com/jimmymalhan/codereview-pilot --skill feedback-log

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the issue of AI agents repeating past mistakes by systematically capturing, analyzing, and incorporating feedback and lessons learned into their operational logic and guardrails.

Core Features & Use Cases

  • Feedback Collection: Gathers user complaints, test failures, and stakeholder input.
  • Automated Mapping: Identifies which skills or rules need updates based on feedback.
  • Skill Improvement: Updates relevant skills and guardrails to prevent recurring errors.
  • Use Case: After an agent provides an incorrect code fix, this skill logs the mistake, identifies the relevant skill that needs adjustment, and updates it to avoid similar errors in the future.

Quick Start

Log feedback from the current session to improve agent performance.

Frequently Asked Questions about feedback-log

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

FAQPage Schema
How do I stop AI agents from repeating the same mistakes?

To stop AI agents from repeating mistakes, you can log feedback and lessons learned to systematically refine their skills and guardrails. This approach maps user complaints and test failures directly to specific files for updates.

How does automated feedback mapping improve agent skills?

Automated feedback mapping improves agent skills by identifying which specific skill files or rules require updates based on collected input. It logs recurring patterns to systematically integrate error corrections into operational logic.

What tools do I need to integrate lessons learned into agent guardrails?

Integrating lessons learned into guardrails requires tools for reading, editing, and committing changes to skill files and documentation. These tools allow the agent to automatically apply feedback to relevant operational rules.

Can I use error correction logs to fix incorrect code fixes?

Yes, you can use error correction logs to address incorrect code fixes. The system logs the mistake, identifies the relevant skill that needs adjustment, and updates it to avoid similar errors in the future.

What is the best way to capture stakeholder input for agent training?

The best way to capture stakeholder input for agent training is through systematic feedback collection. This gathers complaints and test failures, mapping them to specific files to update guardrails and prevent recurring errors.