code-review
Installation
SKILL.md
Code Review
Systematic code review for Espen's TypeScript/Node.js projects.
Process
-
Understand scope — Read the changed files or the area under review:
# For git changes git diff --name-only HEAD~1 git diff HEAD~1 # For a specific area find src/ -name "*.ts" -newer <reference-file> -
Read the code — Use the
readtool on each file. Don't guess. -
Analyze against checklist — Score each category.