code-review-assistant

Analyze code metrics and detect security vulnerabilities in code changes.

2|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/kaelen-hou/skills-mvp --skill code-review-assistant-kaelen-hou
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-assistant
Source: https://github.com/kaelen-hou/skills-mvp/tree/main/code-review-assistant
Command: npx skills add https://github.com/kaelen-hou/skills-mvp --skill code-review-assistant-kaelen-hou

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides structured code review guidance and automated analysis scripts to evaluate code quality, security, and performance during PR reviews, audits, or code changes.

Core Features & Use Cases

  • Code Metrics Analysis: Analyze lines of code, function counts, and cyclomatic complexity.
  • Security Pattern Scan: Detect common vulnerabilities (SQLi, XSS, command injection) using built-in patterns.
  • Review Checklists: Category-specific checklists for Security, Performance, and Quality.
  • Example Use Case: Review a PR with Python and JavaScript changes to surface critical issues before merging.

Quick Start

  • View changes: git diff HEAD~1
  • Run code metrics: python scripts/analyze.py path/to/code --output json
  • Optional security scan: python scripts/security_scan.py path/to/code