Code Review Reception
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:
- READ: Complete feedback without reacting
- UNDERSTAND: Restate requirement in own words (or ask)
- VERIFY: Check against codebase reality
- EVALUATE: Technically sound for THIS codebase?
- RESPOND: Technical acknowledgment or reasoned pushback
- IMPLEMENT: One item at a time, test each
Key Points
- Not performative agreement
- Not blind implementation
- Technical rigor required
- Verification before action
- Question unclear or questionable feedback
This Skill ensures thoughtful, technically sound response to code reviews.
Comments
No comments yet. Be the first to comment!
Related Tools
Requesting Code Review Skill
github.com/obra/superpowers
Dispatch code-reviewer subagent to catch issues before they cascade - review early, review often.
Verification Before Completion Skill
github.com/obra/superpowers
Evidence before claims - always run verification commands and confirm output before making completion claims.
Systematic Debugging Skill
github.com/obra/superpowers
Always find root cause before attempting fixes - systematic approach to debugging any technical issue.
Related Insights
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.
Claude Code's Next Frontier: Not Code, But Your Local Obsidian Knowledge Base
Explore how Obsidian + Claude Code transforms from a knowledge management tool into your private AI assistant. Complete guide including obsidian-skills, Claudian plugin, Claudesidian template, and best practices for achieving both data privacy and AI capabilities.

Anthropic Subagent: The Multi-Agent Architecture Revolution
Deep dive into Anthropic multi-agent architecture design. Learn how Subagents break through context window limitations, achieve 90% performance improvements, and real-world applications in Claude Code.