receiving-code-review
How to Install
Claude Code:
git clone https://github.com/obra/superpowers && cp skills/receiving-code-review ~/.claude/skills/Cursor:
Copy SKILL.md into your .cursorrules file# Code Review Reception
## Overview
Code review requires technical evaluation, not emotional performance.
**Core principle:** Verify before implementing. Ask before assuming. Technical correctness
Details
| Category | Coding → generation |
| Source | https://github.com/obra/superpowers |
| Stars | ★ 229.8K |
| Risk Level | N/A |
Related Skills
receiving-code-review
Code review requires technical evaluation, not emotional performance.
verification-before-completion
# Verification Before Completion
## Overview
Claiming work is complete without verification is dis
systematic-debugging
# Systematic Debugging
## Overview
Random fixes waste time and create new bugs. Quick patches mask
test-driven-development
# Test-Driven Development (TDD)
## Overview
Write the test first. Watch it fail. Write minimal cod