code-reviewer

Analyze codebases in TypeScript, JavaScript, Python, Swift, Kotlin, and Go.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/aaymanasrar/Elephante --skill code-reviewer-aaymanasrar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/aaymanasrar/Elephante/tree/main/.agents/skills/code-reviewer
Command: npx skills add https://github.com/aaymanasrar/Elephante --skill code-reviewer-aaymanasrar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of thorough code review by providing automated code analysis, best practice checking, and security scanning.

Core Features & Use Cases

  • Automated Code Analysis: Analyze TypeScript, JavaScript, Python, Swift, Kotlin, Go codebases.
  • Code Quality Checks: Identifies issues and recommends fixes for better performance, maintainability, and security.
  • Review Report Generation: Generates comprehensive review reports for code audits and pull requests.
  • Use Case: Ideal for developers and team leads to streamline the code review process and maintain code quality standards.

Quick Start

Execute 'python scripts/pr_analyzer.py path_to_project' to initiate an automated analysis.

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 a Python project?

Automated code review for a Python project is executed by running the analysis script, which checks code quality and security to generate a detailed review report. You need Python and various code analysis libraries installed.

Does automated code analysis support TypeScript and Swift codebases?

Automated code analysis supports TypeScript, JavaScript, Python, Swift, Kotlin, and Go codebases. It identifies issues and recommends fixes to improve performance, maintainability, and security across these languages.

Can I generate review reports for pull requests using Python?

Review reports for pull requests are generated by executing the Python analysis script on your project path. The tool outputs comprehensive reports detailing code quality and security scanning results for audits.

What's the best way to run security scanning on a Go codebase?

Security scanning on a Go codebase is performed by running the Python analysis script against the project directory. The automated analysis identifies vulnerabilities and recommends actionable fixes.

Do I need Python installed to check code quality and identify issues?

Python is required to run the scripts that perform automated code analysis and quality checks. The tool depends on Python and various code analysis libraries to evaluate the codebase and recommend fixes.

Why does automated code analysis recommend fixes for maintainability?

Automated code analysis recommends maintainability fixes to help developers and team leads streamline the code review process and uphold code quality standards across supported programming languages.