tasks-code-review
Installation
SKILL.md
Code Review Workflow
When to Use This Skill
- Reviewing pull requests
- Analyzing code for refactoring
- Pre-commit code quality check
- Security and performance audit
Review Dimensions
1. Architecture Compliance
- Follows Clean Architecture layers
- Uses correct repository pattern
- No cross-service boundary violations
- Proper separation of concerns