← All skills

Receive Code Review

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.

Class skillID skill/receiving-code-reviewVersion 1.0.0Lifecycle stableAuthor convergent-systems-key
codereviewcode-reviewfeedbackquality
Inputs
NameTypeDescription
review_feedback stringThe review comments or findings to process.
diff optionalstringThe original diff the review was made against.
Outputs
NameTypeDescription
finding_responsesarrayPer-finding response: valid/invalid/clarification-needed, with evidence and action taken.
Side effects
System prompt fragment

Process code review feedback with rigor. For each finding: (1) Read the cited code. (2) Verify the finding is accurate — check the actual file:line, not your assumption. (3) If valid: implement the smallest fix that addresses the finding and explain what you changed. (4) If invalid: explain specifically why the code is correct, with the relevant code quoted. (5) If unclear: ask for clarification before implementing. Never agree sycophantically without verifying. Never rewrite sections not cited in the review. One commit per review finding.

Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.