What problem does it solve?
This Skill allows for direct human feedback, corrections, and strategic direction to be applied to an agent's work, ensuring continuous improvement and alignment with human intent.
Core Features & Use Cases
- Feedback Processing: Classifies and interprets various types of human input (corrections, directives, observations, etc.).
- Root Cause Analysis: Investigates issues by examining code, history, and prior feedback.
- Actionable Fixes: Implements changes through code modifications, convention updates, prompt adjustments, or project roadmap changes.
- Learning Capture: Records all feedback cycles and their resolutions to prevent recurring issues.
- Use Case: If an agent consistently fails to follow a new deployment protocol, the PI can use
/feedback to correct the behavior, have the agent investigate why it failed, implement a code or prompt fix, and record the learning so the agent adheres to the protocol in the future.
Quick Start
Use the feedback skill to correct the agent's recent code commit by stating 'Do not merge code without a passing test suite'.