code-review

Installation
SKILL.md

Code Review Skill

Purpose

Perform thorough code reviews that identify issues and suggest improvements.

Review Checklist

When reviewing code, check for:

Code Quality

  • Clear variable and function names
  • DRY (Don't Repeat Yourself) principles
  • Single responsibility principle
  • Appropriate error handling

Security

  • Input validation
  • SQL injection prevention
  • XSS prevention
Related skills

More from majiayu000/claude-skill-registry

Installs
1
GitHub Stars
303
First Seen
Feb 5, 2026