Handles code review feedback by verifying before implementing and pushing back if incorrect. Checks EC for context on prior decisions. Use when receiving code review comments or PR feedback.
Technical evaluation, not emotional performance.
Announce: "I'm using the receiving-review skill to process this feedback."
Read → Understand → Check EC → Verify → Evaluate → Implement
Complete feedback without reacting.
Restate the requirement in your own words. If unclear, ask.
Before accepting or rejecting, check for relevant context:
ec_search:
query: [topic of feedback]
type: decision
ec_search:
query: [component mentioned]
type: pattern
The current implementation might be there for a reason.
Check against codebase reality:
Is the suggestion sound? Consider:
One item at a time. Test each fix (@verifying).
Push back with technical reasoning if:
Example:
"Checked EC - we decided to use X because [rationale from decision memory]. Still want to change?"
If ANY item is unclear: Stop. Ask first.
Don't implement what you understand and ask about the rest. Items may be related.
When feedback is correct:
"Fixed. [Brief description]"
"Good catch - [issue]. Fixed in [location]."
[Just fix it, show in code]
When pushing back:
"Checked EC - this was decided in [area]: [rationale]. Keep current impl?"
"Grepped codebase - nothing calls this. Remove (YAGNI)?"
"This conflicts with [pattern from EC]. Want to change the pattern?"
Never:
"You're absolutely right!"
"Great point!"
"Thanks for catching that!"
Actions speak. Just fix it or explain why not.
"You were right - checked [X] and it does [Y]. Fixing now."
State the correction factually. Move on.
If feedback reveals something worth remembering:
ec_add:
type: learning
area: [component]
content: [What the feedback taught about this codebase]
rationale: Learned during code review
Worth storing:
npx skills add MereWhiplash/receiving-review下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer