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.
Related skills
More from espennilsen/pi
pdf-reader
>
36agents-md-manager
Audit, generate, update, and lint AGENTS.md files across all projects. Use when asked to check project context files, scaffold AGENTS.md for new projects, update stale ones, or run a cross-project audit.
3github
>
3changelog-generator
>
2sales-playbook
Create and refine sales playbooks, deal strategies, MEDDPICC analyses, customer decks, and outreach sequences. Use for any sales methodology work, pipeline review, or go-to-market planning.
2npm
Manage npm packages — install, publish, version bump, audit, and run scripts using the npm tool.
2