receiving-code-review

Code review requires technical evaluation, not emotional performance.

Content Preview
---
name: receiving-code-review
description: "Code review requires technical evaluation, not emotional performance."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Code Review Reception

## Overview

Code review requires technical evaluation, not emotional performance.

**Core principle:** Verify before implementing. Ask before assuming. Technical correctness over social comfort.

## The Response Pattern

```
WHEN receiving code review feedback:

1. READ: Complete feedback witho
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/receiving-code-review.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/receiving-code-review/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/receiving-code-review/SKILL.md

Related Skills