submitting-feedback

Submits user-approved agent feedback reports to the Letta team via CLI.

3.2k|385|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/letta-ai/letta-code --skill submitting-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submitting-feedback
Source: https://github.com/letta-ai/letta-code/tree/main/src/skills/builtin/submitting-feedback
Command: npx skills add https://github.com/letta-ai/letta-code --skill submitting-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When users are frustrated with an agent's behavior or encounter problems with Letta Code, there is no structured way to capture that context and deliver it to the Letta team. This Skill turns conversational frustration into a factual, evidence-backed feedback report.

Core Features & Use Cases

  • Consent-gated submission: Asks the user before submitting and never sends feedback merely because frustration was expressed.
  • Structured report writing: Guides the agent to write a factual report including agent name, user context, the task underway, expected versus actual behavior, and concrete evidence such as error text and reproduction steps.
  • CLI-based delivery: Submits the report with the letta feedback --message command, which automatically attaches agent and conversation identifiers.
  • Use Case: A user reports that the agent repeatedly failed a refactoring task. The agent asks for consent, compiles the error output and failed commands into a report, and submits it to the Letta team.

Quick Start

Ask the agent to submit feedback about the problem you just experienced to the Letta team.

Frequently Asked Questions about submitting-feedback

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

FAQPage Schema
How do I submit feedback about a Letta agent's behavior?

Tell the agent you want to submit feedback, or confirm when it asks after you express frustration. The agent writes a factual report with context and evidence, then submits it using the letta feedback --message CLI command.

Does the agent send feedback automatically when I complain?

No. The agent only acknowledges the problem and asks whether you want feedback submitted. Submission happens only after you say yes or explicitly request it.

What information is included in a Letta feedback report?

The report includes the agent name, user identity if known, the task underway, what happened versus what was expected, and concrete evidence like error text and reproduction steps. The CLI automatically attaches agent and conversation identifiers.

Does feedback submission work with local Letta agents?

Yes. The skill works with both cloud-hosted and local agents, since submission goes through the letta feedback CLI command available in the Letta Code environment.

Is my private data safe when submitting feedback?

The skill instructs the agent to exclude secrets, credentials, unrelated conversation content, and private file contents from the report. Only relevant context and evidence about the problem are included.