AI SummaryProvides automated code review for Next.js and TypeScript projects, checking against team standards for types, patterns, security, and performance. Ideal for developers seeking consistent feedback on PRs and components.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "code-review" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/claude && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/claude/SKILL.md "https://raw.githubusercontent.com/atef-ataya/the-context-series-part-1/main/claude/Skill.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Code review for Next.js and TypeScript projects. Use when asked to "review this code", "check this PR", "review my changes", "look at this component", or any code review request. Applies team standards for TypeScript types, React component patterns, error handling, accessibility, and performance.
Review Process
• Understand Intent — What is this code trying to accomplish? • Check Standards — TypeScript types, component patterns, error handling • Review Logic — Bugs, edge cases, correctness • Security Scan — Common vulnerabilities (XSS, injection, exposed secrets) • Synthesize Feedback — Actionable recommendations
Output Format
Always structure reviews as follows:
Summary
One paragraph: What does this code do? Is it ready to merge?
Critical Issues (Must Fix)
• Security vulnerabilities • Logic errors / bugs • Breaking changes
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster