queryset-optimizer

Installation
SKILL.md

QuerySet Optimizer

Audit Django query performance with deterministic checks and evidence-backed recommendations.

Workflow

Step 1: Set scope and baseline target

  1. Locate the Django backend root (directory containing manage.py).
  2. Define the optimization target:
    • endpoint or view
    • serializer
    • background task
    • repeated ORM hotspot from profiling data
  3. If target is unknown, scan all app directories and prioritize read-heavy paths first (list endpoints, feed pages, reports).

Step 2: Capture runtime query evidence (preferred)

Collect at least one measurable baseline for the target before changing code.

Installs
10
GitHub Stars
4
First Seen
Feb 21, 2026
queryset-optimizer — ragnarok22/agent-skills