code-reviewer

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

1|Updated Feb 1, 2026
One-click install
npx skills add https://github.com/dopiotrek/dotclaude --skill code-reviewer-dopiotrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/dopiotrek/dotclaude/tree/main/skills/code-reviewer
Command: npx skills add https://github.com/dopiotrek/dotclaude --skill code-reviewer-dopiotrek

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, consistency, and security across multiple programming languages by providing automated analysis and best practice enforcement.

Core Features & Use Cases

  • Automated Code Analysis: Performs deep analysis of code for quality, performance, and adherence to best practices.
  • Security Scanning: Identifies potential security vulnerabilities within the codebase.
  • Best Practice Enforcement: Ensures code follows established patterns and standards.
  • Use Case: When submitting a pull request for a new feature, use this Skill to automatically scan the code for bugs, performance issues, and security flaws 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 reviews for Python and TypeScript pull requests?

Automated code review for Python and TypeScript pull requests is done by scanning the project directory to analyze code quality, enforce best practices, and identify security vulnerabilities before human review. The skill checks adherence to coding standards across multiple languages.

Does this automated code analysis support Go, Swift, and Kotlin?

Yes, automated code analysis supports Go, Swift, and Kotlin, alongside TypeScript, JavaScript, and Python. It performs deep analysis for quality, performance, and security vulnerabilities to ensure code quality standards are met across these languages.

What is the best way to scan code for security vulnerabilities before submitting a pull request?

The best way to scan code for security vulnerabilities before a pull request is to run an automated security scanner on the project directory. This identifies potential flaws and enforces established best practice patterns to elevate code quality.

How does automated best practice enforcement work for JavaScript code?

Best practice enforcement for JavaScript works by analyzing the codebase against established patterns and standards. The automated review checks for bugs, performance issues, and security flaws, ensuring your code follows consistent quality guidelines.

Can I use this to check code quality without setting up external dependencies?

Yes, you can check code quality without external dependencies. The skill operates independently using its internal scripts and references to perform comprehensive code analysis and security scanning directly on your current project directory.