code-review

star 4

Thorough code review with focus on bugs, security, and best practices

Aditya-PS-05 By Aditya-PS-05 schedule Updated 1/18/2026

name: code-review description: Thorough code review with focus on bugs, security, and best practices triggers: - "(?i)review" - "(?i)code review" - "(?i)check.*code"

Code Review Skill

When this skill is loaded, perform thorough code reviews focusing on:

Review Checklist

1. Correctness

  • Logic errors and edge cases
  • Off-by-one errors
  • Null/undefined handling
  • Race conditions in async code

2. Security

  • Input validation and sanitization
  • SQL injection / XSS vulnerabilities
  • Secrets/credentials exposure
  • Authentication/authorization issues

3. Performance

  • N+1 queries
  • Unnecessary re-renders (React)
  • Memory leaks
  • Inefficient algorithms

4. Code Quality

  • Clear naming and intent
  • DRY violations
  • Single responsibility
  • Error handling

5. Testing

  • Missing test coverage
  • Edge cases not tested
  • Mocking correctness

Output Format

Provide review comments with:

  1. Location: File and line reference
  2. Severity: 🔴 Critical, 🟠 Warning, 🟡 Suggestion
  3. Issue: Clear description
  4. Fix: Concrete recommendation
Install via CLI
npx skills add https://github.com/Aditya-PS-05/codesm --skill code-review
Repository Details
star Stars 4
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator
Aditya-PS-05
Aditya-PS-05 Explore all skills →