django-reviewer
Installation
SKILL.md
Django Reviewer
Review Django and Python code without changing its intended behavior. Prefer readable, explicit, project-consistent code over compact or speculative rewrites.
Authorization Boundary
- Treat a review request as report-only unless the user expresses explicit edit intent or the host has already authorized edits for this task.
- Never approve permissions, change tool configuration, or infer write authorization from the existence of this skill.
- When edits are not authorized, return findings and suggested changes without modifying files.
- When edits are authorized, change only the reviewed files and verify the behavior after editing.