failure-feedback

Forward detailed error information between consecutive AI coding task attempts.

22|5|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/logic-math/rick --skill failure-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: failure-feedback
Source: https://github.com/logic-math/rick/tree/main/.rick/skills/failure_feedback_skill
Command: npx skills add https://github.com/logic-math/rick --skill failure-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a mechanism for passing detailed failure information between consecutive task attempts during the AI coding process, improving accuracy and ease of debugging.

Core Features & Use Cases

  • Detailed Error Output: Ensures that all error messages and tracebacks are passed on to subsequent attempts, aiding in understanding and resolving issues.
  • Prompt Management: Limits the size of the prompt to prevent it from growing indefinitely during retries, maintaining efficiency.
  • Use Case: During a coding task, if an error occurs, this Skill will provide the necessary information to the next round of execution, enabling more accurate debugging and faster resolution.

Quick Start

To enable detailed failure feedback for a specific task, use the command: rick doing --enable-failure-feedback job_N.

Frequently Asked Questions about failure-feedback

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

FAQPage Schema
How do I pass error tracebacks to the next AI coding attempt?

To pass error tracebacks to the next AI coding attempt, you need a feedback mechanism that forwards detailed failure information between task retries. This preserves context integrity and improves debugging accuracy.

Why does my AI coding prompt grow indefinitely during task retries?

AI coding prompts grow indefinitely during task retries because error messages accumulate without management. You need a prompt management mechanism to limit feedback size, maintaining context integrity and execution efficiency.

What is the best way to handle error handling context preservation in AI debugging?

The best way to handle error context preservation in AI debugging is implementing a feedback mechanism that tracks and forwards detailed error information between consecutive attempts, ensuring the AI understands previous failures without exceeding prompt limits.

How do I enable failure feedback for a specific AI coding task?

To enable failure feedback for a specific AI coding task, use the command `rick doing --enable-failure-feedback job_N`. This activates detailed error output and prompt management for that particular job.

Can I use this failure feedback mechanism for any AI coding task that requires retries?

Yes, you can use this failure feedback mechanism for any AI coding task requiring retries. It is specifically designed for scenarios where task retries are necessary, managing error feedback size and preserving context integrity.

What are the limitations of passing detailed error messages between AI coding attempts?

The limitation of passing detailed error messages is prompt size inflation. Without mechanisms to manage error feedback size and preserve context integrity, accumulating tracebacks can degrade AI processing efficiency and exceed token limits.