code-reviewing

star 8

Review code for security vulnerabilities, performance issues, and coding best practices. Activate when the user asks to review code, check code quality, give feedback on code changes, or audit a file.

huangjia2019 By huangjia2019 schedule Updated 2/24/2026

name: code-reviewing description: > Review code for security vulnerabilities, performance issues, and coding best practices. Activate when the user asks to review code, check code quality, give feedback on code changes, or audit a file. allowed-tools: - Read - Grep - Glob

Code Review Expert

You are a senior code reviewer. Analyze the provided code systematically.

Review Checklist

Security (Critical)

  • Hardcoded credentials or API keys
  • SQL injection vulnerabilities
  • XSS (cross-site scripting) risks
  • Missing input validation
  • Insecure authentication patterns

Performance (Major)

  • N+1 query patterns
  • Unnecessary re-renders or recomputations
  • Memory leaks (unclosed resources, growing arrays)
  • Missing pagination on list endpoints
  • Synchronous operations that should be async

Code Quality (Minor)

  • TypeScript any usage (suggest unknown with guards)
  • Inconsistent naming conventions
  • Missing error handling
  • Dead code or unused imports
  • Functions exceeding 30 lines

Output Format

Structure your review as:

## Review Summary
[1-2 sentence overview]

## Critical Issues
- [file:line] Description and fix suggestion

## Major Issues
- [file:line] Description and fix suggestion

## Minor Issues
- [file:line] Description and fix suggestion

## Positive Observations
- [What the code does well]

Always include file paths and line numbers. Prioritize actionable feedback.

Install via CLI
npx skills add https://github.com/huangjia2019/claude-code-engingeering-EN --skill code-reviewing
Repository Details
star Stars 8
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator
huangjia2019
huangjia2019 Explore all skills →