django-reviewer

Installation
SKILL.md

Django Reviewer Skill

Purpose

Reviews Django projects for ORM usage, view patterns, security, and best practices.

When to Use

  • Django project code review
  • ORM query optimization
  • View/template review
  • Admin customization review
  • Migration safety check

Project Detection

  • django in requirements.txt/pyproject.toml
  • manage.py in project root
  • settings.py with INSTALLED_APPS
  • urls.py, views.py, models.py files

Workflow

Related skills
Installs
3
GitHub Stars
1
First Seen
Jan 30, 2026