code-review

Review Python code for security vulnerabilities, performance issues, and best practices.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the rigorous process of code review, ensuring code quality, security, performance, and maintainability. It helps catch bugs, enforce standards, and provide constructive feedback efficiently, reducing the burden on human reviewers and accelerating the development cycle.

Core Features & Use Cases

  • Comprehensive Checklist: Reviews code against criteria for correctness, security, performance, readability, design, testing, and error handling.
  • Actionable Feedback: Generates specific, constructive feedback with suggested fixes and explanations, categorized by severity.
  • Bug & Security Detection: Identifies potential vulnerabilities like SQL injection or XSS, and common logic errors before they reach production.
  • Use Case: Before merging a pull request, use this Skill to perform an automated code review. It will flag critical security issues, suggest performance optimizations, and ensure coding standards are met, allowing human reviewers to focus on higher-level architectural concerns and saving significant time.

Quick Start

Review the attached Python file 'feature_x.py' for security vulnerabilities, performance issues, and adherence to best practices. Provide specific feedback.