django-triage

Installation
SKILL.md

Analyze Django ticket and provide triage recommendations.

Prerequisites:

  • uv — Script runner (install)
  • gh — GitHub CLI (install). Run gh auth login to authenticate.
  • Django source code — git clone https://github.com/django/django.git in the working directory (for Step 5: source code analysis)

Before starting, verify uv and gh are available. If either is missing, show the install link and stop. If django/ directory is missing, warn the user and skip Step 5 (source code browsing).

Arguments:

  • First argument: Trac ticket number (required, e.g., 36812, 2750)
  • Second argument: Language for the report (optional, default: en)
    • en - English
    • ko - Korean
    • Other language codes are also supported

Parse $ARGUMENTS to extract ticket_id and language. If only one argument is provided, use en as the default language.

Installs
2
GitHub Stars
10
First Seen
Feb 19, 2026
django-triage — 2ykwang/agent-skills