Receive Feedback

🌐Community
by existential-birds · vlatest · Repository

This skill allows you to easily provide feedback on AI responses, improving its accuracy and tailoring it to your specific needs.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add receive-feedback npx -- -y @trustedskills/receive-feedback
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "receive-feedback": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/receive-feedback"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, "Receive Feedback," helps AI agents process and act on code review feedback with a focus on technical correctness rather than social considerations. It allows an agent to systematically verify, evaluate, and execute feedback items from various sources like LLM sessions, pull request reviews, CI/linter reports, or pair programming suggestions. The skill parses feedback files (numbered, bulleted, or freeform text) and generates a structured response summary based on predefined workflows and rules.

When to use it

  • Receiving code review from another AI agent session.
  • Processing pull request review comments.
  • Evaluating CI/linter feedback for your codebase.
  • Handling suggestions arising from pair programming sessions.

Key capabilities

  • Parses feedback files containing numbered, bulleted, or freeform text.
  • Verifies feedback items using tool-based checks (defined in VERIFICATION.md).
  • Applies a decision matrix to evaluate the validity and actionability of each feedback item (detailed in EVALUATION.md).
  • Executes actions based on evaluation, which may include implementation, rejection with evidence, or deferral.
  • Produces a structured response summary according to the format defined in RESPONSE.md.

Example prompts

  • /receive-feedback reviews/pr-123-feedback.md - Processes feedback from a pull request file.
  • Skill(skill: "beagle-core:receive-feedback") feedback.txt - Invokes the skill directly with a feedback text file.

Tips & gotchas

  • The skill relies on tool-based verification (defined in VERIFICATION.md) for assessing technical validity, so ensure those tools are available and configured correctly.
  • Feedback files should be formatted as numbered or bulleted lists, or freeform prose containing actionable items.
  • The structured response format is defined in RESPONSE.md, which dictates the output style of the skill.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
existential-birds
Installs
46

🌐 Community

Passed automated security scans.