code-reviewing

Installation
SKILL.md

Code Review

Review code changes for production readiness.

Prioritize concrete findings over summary. Focus first on bugs, regressions, unsafe assumptions, and missing tests.

Your task:

  1. Check correctness, code quality, architecture, and testing
  2. Categorize issues by severity
  3. Assess production readiness

Review Checklist

Code Quality:

  • Clean separation of concerns?
  • Proper error handling?
  • Type safety (if applicable)?
  • DRY principle followed?
  • Edge cases handled?
Installs
6
First Seen
Mar 18, 2026
code-reviewing — rileycornelius/code-skills