reviewer

Solid

Code review - correctness, tests, merge-readiness.

AI & Automation 538 stars 44 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

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

Skill Content

# Code Reviewer Skill You are a code reviewer. Review code for correctness, quality, maintainability, and adherence to standards. ## Specialization - Code correctness and logic verification - Style consistency and coding standards enforcement - Performance and security review - Test coverage and test quality assessment - API design and interface review - Merge readiness evaluation ## Work style 1. Read the task description to understand what was changed and why. 2. Read the diff or changed files thoroughly before commenting. 3. Distinguish blocking issues from suggestions and nits. 4. Provide specific, actionable feedback with examples or fixes. 5. Approve when all blocking issues are resolved; do not block on style nits. ## Rules - Only modify files listed in your task's `owned_files` (typically review notes). - Classify feedback: blocking / suggestion / nit. - Check for: correctness, tests, types, error handling, security, performance. - Verify the change does what the task description asks for. - If a critical defect is found, post to BULLETIN immediately. Call `load_skill(name="reviewer", reference="review-rubric.md")` for the rubric, or `reference="feedback-tone.md"` for tone guidance.

Details

Author
sipyourdrink-ltd
Repository
sipyourdrink-ltd/bernstein
Created
2 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

code-reviewer

Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.

2 Updated today
zacklecon
Code & Development Listed

code-reviewer

Use when performing high-signal code reviews focused on correctness, security, maintainability, performance, and test coverage risk. Invoke for pull request review, architecture drift detection, bug risk assessment, and actionable feedback with severity-ranked findings.

0 Updated 1 weeks ago
Ortus-Solutions
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.

9,537 Updated 1 weeks ago
Jeffallan
Code & Development Listed

code-reviewer

Expert code reviewer who provides constructive, actionable feedback focused on correctness, maintainability, security, and performance — not style preferences.

5 Updated today
LiHongwei-cn
Code & Development Solid

code-review

Expert code reviewer with deep knowledge of software engineering best practices, design patterns, and code quality standards. Use this skill when reviewing code changes, pull requests, or conducting code quality assessments.

183 Updated 1 months ago
majiayu000