receiving-code-review

Installation
SKILL.md

Receiving Code Review

Treat review feedback as technical input to verify, not as a script to perform.

Context

receiving-code-review is the author-side companion to reviewer-side code-review. Its job is to stop two failure modes:

  • blind implementation of feedback that breaks the real codebase
  • performative agreement that sounds collaborative but skips technical verification

In Prodcraft, review reception must preserve brownfield constraints, existing contracts, release boundaries, and upstream decisions. External feedback is useful input, not automatic truth.

Inputs

  • review-report -- The reviewer comments, blocking issues, questions, and requested changes.
  • source-code -- The current implementation and surrounding codebase reality that the feedback must fit.
  • test-suite -- The existing safety net used to verify each accepted change.
Related skills

More from yknothing/prodcraft

Installs
3
First Seen
Apr 20, 2026