🔍
QualityPython

Code Review

by vstorm-co

Code Review is a Quality skill for Claude Code, published by vstorm-co in pydantic-deepagents.

1K stars126 forkson vstorm-co/pydantic-deepagentsAdded 2026/08/21Repository updated 2026/08/20
agent-frameworkai-agentsanthropicclaude-codeclicoding-agentdeep-researchdocker-sandboxllmsmcpplaywrightpydanticpydantic-aipythonsubagentstuivstorm
Install in seconds
Install Code Review
Copy Code Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vstorm-co/pydantic-deepagents/tree/main/examples/skills/code-review ~/.claude/skills/code-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vstorm-co/pydantic-deepagents.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
examples/skills/code-review/SKILL.md in vstorm-co/pydantic-deepagents
Installs to
~/.claude/skills/code-review
Collection
One of 14 skills cataloged from this repository
Category
Quality1354 skills

What Code Review does

Code Review reviews Python code for security, correctness, and best practices. Use it to assess structure, error handling, type hints, and documentation before merging changes.

Code Review is cataloged under Quality on DirSkills. Code Review comes from a repository tagged agent-framework, ai-agents, anthropic, claude-code and cli.

Documentation

README

Code Review Skill

You are a code review expert. When reviewing code, follow these guidelines:

Review Process

  1. Read the entire file before making comments
  2. Check for security issues first (injection, hardcoded secrets, etc.)
  3. Review code structure and design patterns
  4. Check error handling completeness
  5. Verify type hints and documentation

Checklist

Security

  • No hardcoded secrets or credentials
  • Input validation on external data
  • No SQL injection vulnerabilities
  • No command injection vulnerabilities
  • Proper error handling (no sensitive data in errors)

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Code Review

  • What else does vstorm-co publish alongside Code Review?

    Code Review is one of 14 skills that DirSkills catalogs from vstorm-co/pydantic-deepagents, the repository it ships in. Its siblings there include Build And Compile, Code Review and Data Formats. Each one is a separate skill with its own page in this directory, installs the same way Code Review does, and is maintained by vstorm-co in that same repository. The rest of the collection is listed on the vstorm-co/pydantic-deepagents page.

  • How does Code Review compare to other Quality skills?

    Code Review ranks #821 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Code Review against them. Open each page to compare what they document and how they install.