Skip to content
Skill

code-review

by atef-ataya

AI Summary

Provides 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

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
0 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Issues0
Updated2mo ago
View on GitHub
No License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Cursor