code-review

Perform a systematic code review covering these categories:

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-review" with this command: npx skills add vstorm-co/pydantic-deepagents/vstorm-co-pydantic-deepagents-code-review

Code Review

Perform a systematic code review covering these categories:

Review Checklist

  1. Correctness
  • Logic errors, off-by-one, null/None handling

  • Edge cases: empty inputs, large inputs, concurrent access

  • Error handling: are exceptions caught and handled properly?

  1. Security
  • Input validation and sanitization

  • SQL injection, XSS, command injection

  • Secrets in code, hardcoded credentials

  • Authentication and authorization checks

  1. Performance
  • Unnecessary loops, N+1 queries

  • Missing indexes for database queries

  • Large memory allocations, unbounded collections

  • Blocking calls in async code

  1. Style & Maintainability
  • Naming clarity (variables, functions, classes)

  • Function length — split if >30 lines

  • Dead code, commented-out code

  • Missing type annotations

  1. Testing
  • Are new code paths covered by tests?

  • Are edge cases tested?

  • Are error paths tested?

Output Format

For each issue found:

  • File:line — category — description — suggested fix

  • Severity: critical / warning / suggestion

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

data-analysis

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

test-generator

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

code-review

When to use this skill

Repository Source