Code Review

Installation
SKILL.md

Code Review Skill

When reviewing code, follow this systematic approach:

1. Security (FIRST — always check)

  • No hardcoded secrets, API keys, or passwords
  • Input validation on all user-provided data
  • SQL injection prevention (parameterized queries)
  • XSS prevention (sanitized output)
  • Authentication/authorization on protected routes
  • CORS properly configured
  • Rate limiting on public endpoints

2. TypeScript Quality

Installs
GitHub Stars
318
First Seen
Code Review — thedecipherist/claude-code-mastery-project-starter-kit