Install
openclaw skills install @escoffier-labs/skillet-sendbackUse when code review feedback arrives - from a human reviewer, a bot, or a review agent - before implementing any of it. Especially when the feedback is partly unclear, technically questionable, or comes wrapped in authority ("senior reviewer says").
openclaw skills install @escoffier-labs/skillet-sendbackA plate comes back from the dining room. The kitchen that survives is the one that checks the plate before remaking it: sometimes the dish is wrong, sometimes the ticket was wrong, sometimes the diner ordered the wrong thing. Remaking on reflex wastes the food; arguing on reflex loses the diner. This skill is that check, applied to review feedback: verify, then implement or push back, with technical reasons either way.
Core principle: review feedback is a set of claims to verify, not orders to follow and not an audience to perform for. Reviewer seniority changes nothing; the codebase is the authority.
For every piece of feedback, in order:
Push back when the suggestion breaks behavior, contradicts a documented contract or pinned test, adds unused surface, misreads the stack, or conflicts with a decision the user already made. Cite the evidence: the failing repro, the grep, the contract line. If the conflict is with the user's own architecture, that conversation goes to the user, not the reviewer thread.
If you pushed back and were wrong, say so in one line ("Verified - you're right, X does Y. Fixing.") and move on. No extended apology, no defense of the original pushback.
State the requirement, state the finding, or just show the fix.