code-reviewer

Automate code review across TypeScript, JavaScript, Python, Go, Swift, and Kotlin.

Updated Dec 16, 2025
One-click install
npx skills add https://github.com/EanLee/article-write --skill code-reviewer-eanlee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/EanLee/article-write/tree/main/.github/skills/code-reviewer
Command: npx skills add https://github.com/EanLee/article-write --skill code-reviewer-eanlee

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenges of ensuring code quality, adherence to best practices, and security vulnerabilities across multiple programming languages, streamlining the code review process.

Core Features & Use Cases

  • Automated Code Analysis: Performs deep analysis of code quality, performance, and security.
  • Best Practice Enforcement: Checks for adherence to established coding standards and patterns.
  • Report Generation: Creates comprehensive review reports for actionable feedback.
  • Use Case: When reviewing a pull request for a new feature, use this Skill to automatically scan the code for potential bugs, security flaws, and areas for performance improvement before manual review.

Quick Start

Use the code reviewer skill to analyze the codebase located at /path/to/project.

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 is achieved by analyzing codebases against established best practices, scanning for security vulnerabilities, and generating actionable review reports.

How do I perform security scanning and code quality analysis across multiple programming languages?

Security scanning and code quality analysis across multiple programming languages are performed by executing automated checks that identify vulnerabilities, enforce coding standards, and pinpoint areas for performance improvement.

What's the best way to enforce coding best practices and identify bugs before manual review?

Enforcing coding best practices and identifying bugs before manual review is best handled by running automated code analysis to detect potential flaws, security issues, and standard violations, generating a comprehensive checklist.

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

Automated code analysis works with Go, Swift, and Kotlin codebases, performing deep checks for code quality, security vulnerabilities, and adherence to established coding patterns across these languages.

Can I generate actionable review checklists and reports for my project?

You can generate actionable review checklists and reports by running automated code analysis on your project directory, which outputs comprehensive feedback on bugs, security flaws, and performance improvements.

When should I not use automated code review for pull requests?

Automated code review should not replace manual review entirely for complex architectural changes, but is best utilized to pre-screen for security vulnerabilities, performance issues, and standard best practice violations.