Back to list
Aditya-PS-05

code-review

by Aditya-PS-05

1🍴 0📅 Jan 24, 2026

SKILL.md


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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon