askill
community-code-reviewer

community-code-reviewerSafety 95Repository

Perform thorough, constructive code reviews on pull requests and code changes. Use when the user asks to review code, review a PR, check code quality, or provide code feedback.

3 stars
1.2k downloads
Updated 1/30/2026

Package Files

Loading files...
SKILL.md

Code Review Skill

Perform thorough, constructive code reviews on pull requests and code changes.

Instructions

When reviewing code:

1. First Pass - Understanding

  • Read the PR description and linked issues
  • Understand the intent and context
  • Identify the scope of changes

2. Check for Issues

Correctness

  • Logic errors or bugs
  • Edge cases not handled
  • Race conditions or concurrency issues
  • Null/undefined handling

Security

  • Input validation
  • SQL injection, XSS vulnerabilities
  • Hardcoded secrets or credentials
  • Proper authentication/authorization

Performance

  • Unnecessary loops or computations
  • N+1 queries
  • Memory leaks
  • Missing caching opportunities

Maintainability

  • Code clarity and readability
  • Proper naming conventions
  • DRY principle violations
  • Missing or unclear comments

Testing

  • Test coverage for new code
  • Edge cases tested
  • Integration tests where needed

3. Provide Feedback

Use this format for each comment:

**[Category]** File:Line

Description of the issue or suggestion.

Suggested fix (if applicable):
\`\`\`
code example
\`\`\`

4. Summary

End with a summary:

  • Overall assessment (Approve/Request Changes/Comment)
  • Key strengths of the PR
  • Critical issues that must be addressed
  • Nice-to-have improvements

Tone Guidelines

  • Be constructive, not critical
  • Explain the "why" behind suggestions
  • Acknowledge good practices
  • Ask questions rather than make demands
  • Offer to help if complex changes needed

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

90/100Analyzed 2/20/2026

Well-structured code review skill with clear step-by-step instructions, comprehensive categories (correctness, security, performance, maintainability, testing), feedback template, and constructive tone guidelines. Highly reusable and actionable for any codebase. Includes when-to-use trigger in description and relevant tags for discoverability. No internal-only characteristics detected.

95
90
90
85
88

Metadata

Licenseunknown
Version-
Updated1/30/2026
PublisherClaude-Code-Community-Ireland

Tags

databasesecuritytesting