code-reviewer-django

Apply Django and Python-version aware checks to Django projects and DRF apps.

16|2|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/mamamou/ai-coding-skills --skill code-reviewer-django
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer-django
Source: https://github.com/mamamou/ai-coding-skills/tree/main/code-reviewer-django
Command: npx skills add https://github.com/mamamou/ai-coding-skills --skill code-reviewer-django

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Django/Python-specific code-review overlay that extends the universal code-reviewer with Django and Python-version aware rules to catch framework-specific issues early.

Core Features & Use Cases

  • Django-specific checks for views, models, serializers, forms, URLs, settings, migrations, and Celery tasks, layered on top of the universal code-reviewer for a comprehensive review.
  • Use case: Review a Django/DRF project consistently, enforcing Django conventions, DRF patterns, and Python-version compatibility.
  • The overlay helps teams maintain secure, maintainable Django code across large codebases.

Quick Start

Run the universal code-reviewer checks first, then apply the Django overlay to incorporate Django/Python-version aware rules and produce a consolidated report.

Frequently Asked Questions about code-reviewer-django

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a Django-specific code review for security and ORM issues?

Django-specific code review runs as an overlay on top of universal checks, applying version-aware rules to catch framework-specific security, ORM, and DRF issues across views, models, serializers, forms, settings, migrations, and Celery tasks.

What Django and Python versions are supported for version-aware code checks?

Version-aware code checks enforce compatibility and security rules for Django 3.x, 4.x, and beyond, ensuring your Django and DRF projects align with the correct Python and framework conventions.

Can I use this to review DRF serializers and Celery tasks in my Django project?

Yes, the review covers DRF serializers, Celery tasks, models, views, forms, URLs, settings, and migrations, applying Django and Python-version aware rules to enforce conventions across your entire codebase.

Do I need a Python and Django environment set up before running these checks?

Yes, a Python and Django environment is required. The Django overlay executes after universal code-reviewer checks to incorporate framework-specific rules and produce a consolidated report.

What is the best way to enforce Django conventions across a large codebase?

Applying a Django-aware code review overlay enforces Django conventions, DRF patterns, and Python-version compatibility consistently, helping teams maintain secure and maintainable code across large codebases.

Why does the Django review run after the universal code-reviewer checks?

The Django review is a framework-specific overlay that layers Django and Python-version aware rules on top of universal checks, catching Django-specific issues early and producing a consolidated report.