python3-review

Analyzes Python files for type safety, error handling, security vulnerabilities, and performance optimizations.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/VoldemortGin/claude-skills --skill python3-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python3-review
Source: https://github.com/VoldemortGin/claude-skills/tree/main/skills/python3-review
Command: npx skills add https://github.com/VoldemortGin/claude-skills --skill python3-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of reviewing Python code, identifying potential issues across type safety, security, performance, and maintainability to ensure high-quality code.

Core Features & Use Cases

  • Comprehensive Code Analysis: Checks for type hints, error handling, security vulnerabilities, performance bottlenecks, modern Python patterns, code structure, and documentation.
  • Actionable Feedback: Provides specific findings with severity levels and suggested code fixes.
  • Use Case: Before merging a critical Python feature, use this Skill to perform a thorough audit, catching potential bugs and security risks early.

Quick Start

Run a comprehensive review on the Python files located in the 'src/' directory.

Frequently Asked Questions about python3-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a comprehensive Python code review for security and performance issues?

Python code review analyzes files for type safety, error handling, security vulnerabilities, and performance bottlenecks. It checks against best practices and provides actionable suggestions with severity levels and suggested fixes.

How do I check my Python code for type safety and modern coding patterns?

Checking Python code for type safety and modern coding patterns involves analyzing type hints and structural design against best practices. The review flags missing type annotations and suggests modern syntax to improve maintainability.

Can I use an automated Python code audit to catch potential bugs before merging a critical feature?

Automated Python code audits can catch potential bugs and security risks early by examining error handling and documentation quality. This ensures high-quality code is merged by identifying issues across multiple dimensions before deployment.

What is the best way to identify performance bottlenecks and security vulnerabilities in Python files?

Identifying performance bottlenecks and security vulnerabilities in Python files requires a detailed review of code structure and logic. The process evaluates execution efficiency and detects unsafe patterns to provide specific optimization findings.

Does Python code review work with existing codebases in a src directory?

Python code review works with existing codebases by analyzing Python files located in specified directories like 'src/'. It evaluates the current code structure and documentation without requiring external dependencies to function.