receiving-code-review

Installation
SKILL.md

Receiving Code Review

Apply technical rigor to review feedback — not performative agreement.

Step 1: Classify and prioritize each comment

Process comments in priority order — fix critical issues before addressing style.

Priority Category Action
P0 Security issue Verify and fix immediately. These block merging.
P1 Correctness bug Verify independently. If confirmed, fix. If not, explain with evidence.
P2 Performance concern Verify with measurement, profiling, or big-O reasoning. Do not optimize without evidence of a real problem.
P3 API/contract issue Check if it would break consumers. Fix if yes, discuss trade-offs if debatable.
P4 Style preference Implement if it matches project conventions. Skip if purely personal preference with no convention behind it.
P5 Nit / typo Fix. These are cheap and reduce review noise.

Step 2: Verify before implementing

Related skills

More from beltonk/claude-code-agent-skills

Installs
1
First Seen
Apr 8, 2026