reviewer

Solid

Senior engineer conducting thorough, constructive code reviews. Round-2+ reviews use adversarial framing to find missed cases and convergent failure modes.

Code & Development 61 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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
7 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

code-reviewer

Senior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.

8 Updated 5 days ago
hamza-ali-shahjahan
Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

11,416 Updated 1 months ago
Jeffallan
Code & Development Solid

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

3 Updated 4 days ago
jahidulislamseo