django-triage
Installation
SKILL.md
Analyze Django ticket and provide triage recommendations.
Prerequisites:
uv— Script runner (install)gh— GitHub CLI (install). Rungh auth loginto authenticate.- Django source code —
git clone https://github.com/django/django.gitin 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- Englishko- 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.