code-review-assistant
Installation
SKILL.md
Code Review Assistant
Overview
This skill helps conduct thorough code reviews by analyzing code structure, identifying potential issues, and suggesting improvements. It focuses on code quality, security, performance, and maintainability.
Instructions
When reviewing code, follow these steps:
- Understand Context: Review the purpose and scope of the code changes
- Analyze Structure: Examine the overall architecture and organization
- Check Quality: Look for code smells, anti-patterns, and violations of best practices
- Security Review: Identify potential security vulnerabilities
- Performance: Consider performance implications
- Suggest Improvements: Provide actionable feedback with examples