django-reviewer

Community

Django review: ORM, views, admin, and security.

Authorphysics91
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill audits Django projects for ORM efficiency, view patterns, admin customization, and migration safety, reducing security risks and runtime errors.

Core Features & Use Cases

  • ORM optimization (N+1, select_related, prefetch_related)
  • View and URL pattern assessment
  • Template security and admin customization review
  • Migration safety checks
  • Use Case: Review a Django project to surface query inefficiencies and risky admin configurations.

Quick Start

Apply the reviewer to a Django project (with manage.py, settings.py, and urls.py) to generate a targeted remediation list.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: django-reviewer
Download link: https://github.com/physics91/claude-vibe/archive/main.zip#django-reviewer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository