code-reviewer

Analyze code across multiple languages for best practices and security vulnerabilities.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kim-yeo-appweb-lab/trend-korea-app --skill code-reviewer-kim-yeo-appweb-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/kim-yeo-appweb-lab/trend-korea-app/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/kim-yeo-appweb-lab/trend-korea-app --skill code-reviewer-kim-yeo-appweb-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the code review process by automating analysis, checking for best practices, identifying security vulnerabilities, and generating comprehensive review reports.

Core Features & Use Cases

  • Automated Code Analysis: Performs deep analysis of code quality, performance, and security.
  • Best Practice Enforcement: Checks adherence to established coding standards and patterns.
  • Security Scanning: Identifies potential security risks and vulnerabilities.
  • Report Generation: Creates detailed reports summarizing findings and recommendations.
  • Use Case: When submitting a pull request, use this Skill to automatically scan the changes for bugs, security flaws, and style violations before human review.

Quick Start

Run the code quality checker on the current project directory.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for TypeScript and Python pull requests?

Automated code review for TypeScript and Python pull requests performs static analysis to detect bugs, security vulnerabilities, and style violations. It checks best practices and generates detailed reports to ensure maintainability before human review.

What is static code analysis for security vulnerabilities?

Static code analysis for security vulnerabilities scans source code without executing it to identify potential security risks. This process enforces coding standards and highlights flaws in languages like Go, Swift, and Kotlin.

Does automated code analysis work with Go, Swift, and Kotlin?

Automated code analysis works with Go, Swift, and Kotlin by performing deep checks for code quality and performance. It scans these languages for established best practices and potential security vulnerabilities during pull request reviews.

How do I integrate security scanning into a CI/CD pipeline?

Integrate security scanning into a CI/CD pipeline by running automated code analysis on project directories. This identifies security risks and best practice violations, generating detailed review reports to maintain high code quality.

What is the best way to enforce coding standards before human review?

The best way to enforce coding standards before human review is using automated static analysis to check adherence to established patterns. It identifies security vulnerabilities and style violations, generating comprehensive reports.