code-review
Installation
SKILL.md
Code Review Skill
This skill provides knowledge and patterns for conducting effective code reviews with visual outputs on Miro boards.
Core Concepts
Review Philosophy
Effective code reviews focus on:
- Correctness - Does the code do what it's supposed to?
- Security - Are there vulnerabilities or data exposures?
- Maintainability - Can others understand and modify this code?
- Performance - Are there efficiency concerns?
- Consistency - Does it follow project conventions?