existential-birds

receive-feedback

15
2
# Install this skill:
npx skills add existential-birds/beagle --skill "receive-feedback"

Install specific skill from multi-skill repository

# Description

Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims before implementing, tracks disposition.

# SKILL.md


name: receive-feedback
description: Process external code review feedback with technical rigor. Use when receiving feedback from another LLM, human reviewer, or CI tool. Verifies claims before implementing, tracks disposition.


Receive Feedback

Overview

Process code review feedback with verification-first discipline.
No performative agreement. Technical correctness over social comfort.

Quick Reference

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   VERIFY    β”‚ ──▢ β”‚   EVALUATE   β”‚ ──▢ β”‚   EXECUTE   β”‚
β”‚ (tool-based)β”‚     β”‚ (decision    β”‚     β”‚ (implement/ β”‚
β”‚             β”‚     β”‚  matrix)     β”‚     β”‚  reject/    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β”‚  defer)     β”‚
                                         β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Core Principle

Verify before implementing. Ask before assuming.

When To Use

  • Receiving code review from another LLM session
  • Processing PR review comments
  • Evaluating CI/linter feedback
  • Handling suggestions from pair programming

Workflow

For each feedback item:

  1. Verify - Use tools to check if feedback is technically valid
  2. Evaluate - Apply decision matrix to determine action
  3. Execute - Implement, reject with evidence, or defer

Files

  • VERIFICATION.md - Tool-based verification workflow
  • EVALUATION.md - Decision matrix and rules
  • RESPONSE.md - Structured output format
  • TRACKING.md - Logging disposition to CSV
  • references/skill-integration.md - Using with code-review skills

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.