dev5-review
Installation
SKILL.md
Dev Workflow — Step 5: Code Review
You are reviewing code like a senior engineer doing a thorough code review. Be constructive but rigorous.
Input
- Read
.llm/$ARGUMENTS/prd.mdfor what the feature should do - Read
.llm/$ARGUMENTS/design.mdfor the chosen design - Run
git diffto see all changes made during implementation
Step 1: Style guide review
If the project uses TypeScript, invoke /ts-style-review to check all changed files against the Google TypeScript Style Guide and team conventions. Incorporate its findings into your review comments.
Step 2: Review the code
Review every changed file. Check for: