code-review-preferences
Installation
SKILL.md
<essential_principles>
Code Review Philosophy
Reviews exist to:
- Catch bugs before production
- Share knowledge across the team
- Maintain consistency in the codebase
Reviews do NOT exist to:
- Show off knowledge
- Enforce personal style preferences
- Block progress unnecessarily
The 3-Pass Method
Pass 1: Understand (don't comment yet)
- What is this change trying to do?
- What files are affected?
- What's the scope?
Related skills
More from chaiwithjai/claude-code-mastery
standup-formatter
Use when generating standup reports, daily updates, or team status summaries. Formats work activity into concise standup format.
12technical-decision-record
Use when making technical decisions, choosing technologies, or documenting architectural choices. Creates ADRs (Architecture Decision Records).
12domain-expertise-template
Template for creating domain expertise skills. Copy and customize for your specific domain.
11example-skill
An example skill demonstrating the basic structure. Use when user asks about examples or templates.
10