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
djangoin requirements.txt/pyproject.tomlmanage.pyin project rootsettings.pywith INSTALLED_APPSurls.py,views.py,models.pyfiles
Workflow
Related skills