code-review
SolidReviews code for quality, best practices, and potential issues. Use when asked to review, audit, or check code for problems.
Code & Development 58 stars
10 forks Updated 3 days ago Apache-2.0
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Code Review Skill
Perform thorough code reviews following this methodology.
## Review Checklist
### 1. Correctness
- Does the code do what it's supposed to do?
- Are there any logic errors?
- Are edge cases handled?
### 2. Security
- Input validation and sanitization
- Authentication and authorization
- Sensitive data handling
- SQL injection, XSS, and other vulnerabilities
### 3. Performance
- Algorithm complexity
- Unnecessary computations
- Memory leaks or inefficient memory usage
- Database query optimization
### 4. Maintainability
- Code readability and clarity
- Appropriate naming conventions
- Single responsibility principle
- DRY (Don't Repeat Yourself)
### 5. Testing
- Test coverage
- Edge case testing
- Integration tests where appropriate
## Output Format
Structure your review as:
```
## Summary
[One paragraph overview]
## Critical Issues
[Must fix before merge]
## Suggestions
[Nice to have improvements]
## Positive Observations
[What's done well]
```
## Guidelines
- Be constructive, not critical
- Explain *why* something is an issue
- Suggest specific fixes when possible
- Acknowledge good patterns and practices
Details
- Author
- Geeksfino
- Repository
- Geeksfino/openskills
- Created
- 4 months ago
- Last Updated
- 3 days ago
- Language
- Rust
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
code-reviewing
Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.
827 Updated 1 weeks ago
huangjia2019 Code & Development Listed
code-review
Thorough code review covering bugs, security, performance, and maintainability. Use when reviewing code, checking for bugs, auditing quality, or getting feedback on implementations.
189 Updated 1 weeks ago
Qiao-920 Code & Development Listed
code-review-skill
Review code for quality issues, bugs, and adherence to best practices
47 Updated today
itlackey