code-reviewer

Automate code review with analysis, security scanning, and checklist generation.

Updated Jul 9, 2025
One-click install
npx skills add https://github.com/underPressue/dotfiles --skill code-reviewer-underpressue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/underPressue/dotfiles/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/underPressue/dotfiles --skill code-reviewer-underpressue

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the code review process by providing automated analysis, best-practices checks, security scanning, and a structured review checklist generation to speeds up PR feedback and improve code quality.

Core Features & Use Cases

  • Automated code analysis across TypeScript, JavaScript, Python, Swift, Kotlin, and Go to identify issues, anti-patterns, and potential security risks.
  • Security scanning and adherence to coding standards with actionable recommendations that can be directly applied to PRs.
  • Checklist generation and standardized review guidance to ensure consistent PR feedback, team alignment, and maintainable code changes.

Quick Start

To start, review a project using the included scripts:

  • Run: python scripts/pr_analyzer.py <project-path>
  • Run: python scripts/code_quality_checker.py <target-path> --verbose
  • Run: python scripts/review_report_generator.py <target-path> --output report.json

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 pull requests in Python and TypeScript?

Automate code review by running Python scripts to analyze project paths, checking code quality, and generating structured reports for TypeScript, JavaScript, Python, Swift, Kotlin, and Go.

What does automated static analysis check for in a codebase?

Automated static analysis checks your codebase to identify anti-patterns, security risks, and adherence to coding standards, providing actionable recommendations to improve overall code quality.

Do I need external services to run automated security scanning on my code?

No, you do not need external services to run automated security scanning. The scripts run on standard Python environments and perform best-practices checks and analysis locally.

Can I generate a standardized checklist for code review feedback?

Yes, you can generate a standardized review checklist to ensure consistent PR feedback, team alignment, and maintainable code changes across your software engineering projects.

What is the best way to analyze code quality in a local project directory?

The best way to analyze code quality in a local project directory is running the code quality checker script with verbose mode to output detailed analysis and identify potential issues.