code-review-practices

Originally fromhack23/homepage
Installation
SKILL.md

Code Review Practices Skill

🔴 AI FIRST Quality Principle

Apply the AI FIRST principle: never accept first-pass quality. Minimum 2 iterations. Read all output, improve every section. No shortcuts.

Purpose

Establishes effective code review practices that improve code quality, catch bugs early, and maintain security standards while fostering collaborative development.

Review Checklist

MUST CHECK

  1. Functionality — Code solves the stated problem, edge cases handled
  2. Design — Follows project patterns, appropriate abstraction
  3. Code Quality — Readable, maintainable, DRY, proper naming
  4. Testing — Unit tests included, coverage adequate, edge cases tested
  5. Security — No hardcoded secrets, input validation, XSS/injection prevention
  6. Performance — No obvious inefficiencies, queries optimized
Related skills
Installs
14
GitHub Stars
7
First Seen
Mar 4, 2026