code-review

Identify and report code quality issues in Python CLI codebases.

1.0k|120|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/vstorm-co/pydantic-deepagents --skill code-review-vstorm-co
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/vstorm-co/pydantic-deepagents/tree/main/cli/skills/code-review
Command: npx skills add https://github.com/vstorm-co/pydantic-deepagents --skill code-review-vstorm-co

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and error-prone when done manually, leading to hidden bugs and security risks.

Core Features & Use Cases

  • Structured checklists for correctness, security, performance, and maintainability
  • Scalable review of large codebases and pull requests with actionable remediation guidance
  • Use Case: teams needing consistent coding standards across Python CLI tools

Quick Start

Run a comprehensive code review on the provided codebase and return a prioritized list of issues with severity and suggested fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for Python CLI components?

To automate code review for Python CLI components, run a comprehensive scan across the codebase to identify correctness, security, performance, and maintainability issues, returning prioritized bugs with severity levels and suggested fixes.

What is static analysis for bug detection in large codebases?

Static analysis for bug detection systematically reviews large codebases to find hidden bugs and security risks across edge cases, large inputs, and async paths, producing structured remediation results with severity levels and file:line locations.

Can I use automated code review to check async paths and edge cases?

Yes, automated code review can check async paths and edge cases by applying structured checklists to Python components, identifying potential issues in large inputs and asynchronous execution flows, and reporting them with explicit remediation steps.

How do I get structured code review results with suggested fixes?

Get structured code review results by scanning the codebase to generate output including file:line, category, description, and suggested fix, complete with severity levels and explicit remediation steps for each identified issue.

What's the best way to enforce consistent coding standards across Python CLI tools?

The best way to enforce consistent coding standards across Python CLI tools is to apply scalable automated code review with structured checklists for correctness and maintainability, providing actionable remediation guidance across large codebases and pull requests.