Receive Code Review
skill · v1.0.0
Process incoming code review feedback with technical rigor. Verify each finding against the actual code before agreeing. Distinguish valid findings from misreadings. Implement only confirmed findings. Do not perform blind, sycophantic agreement — that's as harmful as ignoring review.
Tags: code-reviewfeedbackquality
Invocation contract
Inputs
review_feedback(string, required) — The review comments or findings to process.diff(string) — The original diff the review was made against.
Outputs
finding_responses(array) — Per-finding response: valid/invalid/clarification-needed, with evidence and action taken.
Side effects
may write files (implementing valid findings)may create commits