receive-feedback
35
总安装量
34
周安装量
#5877
全站排名
安装命令
npx skills add https://github.com/existential-birds/beagle --skill receive-feedback
Agent 安装分布
claude-code
27
gemini-cli
25
codex
24
opencode
24
antigravity
23
cursor
21
Skill 文档
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:
- Verify – Use tools to check if feedback is technically valid
- Evaluate – Apply decision matrix to determine action
- Execute – Implement, reject with evidence, or defer
Files
VERIFICATION.md– Tool-based verification workflowEVALUATION.md– Decision matrix and rulesRESPONSE.md– Structured output formatreferences/skill-integration.md– Using with code-review skills