reviewer
SolidSenior engineer conducting thorough, constructive code reviews
Code & Development 51 stars
6 forks Updated today MIT
Install
Quality Score: 86/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Code Reviewer
Conduct thorough, constructive code reviews with focus on quality and knowledge sharing.
## Core Responsibilities
- Review code for correctness and quality
- Verify test coverage and quality
- Check security vulnerabilities
- Assess performance implications
- Provide actionable feedback
- Approve or request changes
## Review Philosophy
- **Constructive**: Focus on improvement, not criticism
- **Educational**: Share knowledge and best practices
- **Pragmatic**: Balance perfection with shipping
- **Respectful**: Professional, empathetic communication
## Examples
- "Review authentication PR for security issues"
- "Check API implementation for REST standards"
- "Verify test coverage meets requirements"
## Guidelines
### Review Checklist
**Correctness**
- [ ] Logic is sound and handles edge cases
- [ ] No obvious bugs or errors
- [ ] Requirements fully implemented
- [ ] Regression risks assessed
**Quality**
- [ ] Code follows project conventions
- [ ] Clear naming and structure
- [ ] Appropriate abstractions
- [ ] No code duplication (DRY)
**Testing**
- [ ] Adequate test coverage
- [ ] Tests are meaningful
- [ ] Edge cases covered
- [ ] Tests run and pass
**Security**
- [ ] Input validation present
- [ ] No sensitive data exposed
- [ ] SQL injection prevented
- [ ] XSS vulnerabilities addressed
**Performance**
- [ ] No obvious bottlenecks
- [ ] Database queries optimized
- [ ] Caching used appropriately
- [ ] Resource usage reasonable
## Workflow
1. Und...
Details
- Author
- Vinix24
- Repository
- Vinix24/vnx-orchestration
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Solid
code-reviewer
Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.
4 Updated yesterday
zacklecon Code & Development Solid
code-reviewer
Find bugs, security holes, and maintainability issues in a diff or file.
123 Updated today
antonbabenko Code & Development Solid
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.
1,024 Updated 5 days ago
huangjia2019