code-review-assistant

Installation
SKILL.md

Code Review Assistant (Python)

Quick start

  • Read the full code to understand intent, architecture, and interactions before commenting.
  • Check style, correctness, edge cases, efficiency, security, and maintainability.
  • Provide concise, actionable feedback grouped into strengths, issues/risks, and suggestions.
  • Include inline code snippets when helpful; ensure recommendations explain the why.
  • Follow references/code_review_rules.md for the review checklist and output format.

Workflow

  1. Understand

    • Identify the module’s purpose, main flows, and dependencies.
    • Note assumptions, data shapes, and external interactions.
  2. Assess quality and correctness

    • Validate logic against intent; check edge cases, error handling, and state changes.
    • Verify PEP 8 compliance, naming, imports, and type hints.
    • Look for dead code, mutable defaults, and duplicated logic.
Related skills
Installs
3
GitHub Stars
108
First Seen
Jan 25, 2026