review-code

star 3

Review code changes for quality, security, and adherence to project conventions. Use after making code changes or when reviewing a pull request.

yu-iskw By yu-iskw schedule Updated 2/7/2026

name: review-code description: Review code changes for quality, security, and adherence to project conventions. Use after making code changes or when reviewing a pull request. argument-hint: "[file paths, PR number, or 'recent changes']" context: fork agent: code-reviewer

Review Code

Review the following code:

$ARGUMENTS

Review Scope

  1. Run git diff to identify changes (or examine specified files)
  2. Review each changed file against the checklist below
  3. Report findings organized by severity

Review Checklist

Correctness

  • Logic handles all cases including edge cases
  • Async operations properly awaited
  • Error handling is appropriate

Security

  • No hardcoded secrets
  • Input validation at boundaries
  • No injection vectors (command, XSS, prompt)

Code Quality

  • Proper type annotations where applicable
  • No unnecessary any types
  • Interfaces defined for data structures

Performance

  • No unnecessary re-renders (UI components)
  • Efficient algorithms and data structures

Architecture

  • Follows project patterns
  • Correct component boundaries
  • No circular dependencies

Output

Provide findings as:

  • 🔴 Critical: Must fix before merge
  • 🟡 Warning: Should fix
  • 🔵 Suggestion: Consider improving
Install via CLI
npx skills add https://github.com/yu-iskw/software-development-team-plugin --skill review-code
Repository Details
star Stars 3
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator