code-reviewer

Automates code analysis, best-practice checking, and security scanning across multiple programming languages.

1|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/ridopark/oh-my-opentrade --skill code-reviewer-ridopark
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/ridopark/oh-my-opentrade/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/ridopark/oh-my-opentrade --skill code-reviewer-ridopark

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of maintaining high code quality across multiple programming languages by providing automated analysis, best practice checks, and security scanning.

Core Features & Use Cases

  • Automated Code Analysis: Identifies potential issues, bugs, and performance bottlenecks.
  • Best Practice Enforcement: Ensures code adheres to established coding standards and patterns.
  • Security Scanning: Detects common security vulnerabilities.
  • Use Case: When reviewing a pull request, use this Skill to automatically flag any deviations from the team's coding standards or potential security risks before manual review.

Quick Start

Run the code quality checker script 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 and security scanning for a pull request?

Automated code review for pull requests is achieved by running the quality checker script on your project directory to flag standard deviations and security risks. This process analyzes code, enforces best practices, and detects vulnerabilities before manual review.

Does static analysis for code quality support Python and TypeScript?

Static analysis for code quality supports multiple programming languages including TypeScript, JavaScript, Python, Swift, Kotlin, and Go. It identifies potential bugs, performance bottlenecks, and deviations from established coding standards across these environments.

What is the best way to enforce coding standards and best practices across multiple programming languages?

The best way to enforce coding standards across multiple programming languages is using an automated analysis tool that checks for best practice adherence and security vulnerabilities. This ensures code meets quality standards consistently during pull request reviews.

Can I use automated code analysis to detect security vulnerabilities in Swift and Kotlin projects?

Yes, you can use automated code analysis to detect common security vulnerabilities in Swift and Kotlin projects. The analysis checks for established best practices and scans for potential security risks to ensure quality standards are met.

When do I need to run automated code analysis before manual code review?

You need to run automated code analysis before manual code review when you want to automatically flag deviations from team coding standards and identify potential security risks. This ensures basic quality assurance and static analysis checks are passed first.