Analyzes a Django Trac ticket and produces a triage recommendation report — including duplicate search, related PRs, forum discussions, and source code analysis.
- Triaging tickets as a Django contributor
- Quickly assessing a ticket's validity, duplicates, and related discussions
- Writing a triage report for a new or existing ticket
/django-ticket-triage 36812
- Fetch ticket details — pulls ticket info, history, and comments from Trac
- Search duplicates — searches Trac by keywords, error messages, and component
- Find related PRs — searches GitHub for PRs referencing the ticket
- Check forum discussions — searches Django Forum for related threads
- Browse source code — locates the problematic code and checks test coverage
- Assess validity — evaluates against bug/feature checklists
- Recommend triage stage — suggests Unreviewed, Accepted, Ready for checkin, etc.
The full report is saved to triage-reports/<ticket_id>.md.
python3(standard library only; no extra Python packages required)ghCLI (authenticated)- Django source checkout (
git clone https://github.com/django/django.git)
claude plugin marketplace add 2ykwang/agent-skills
claude plugin install django-ticket-triage@2ykwang-agent-skillsnpx skills add 2ykwang/agent-skills --skill django-ticket-triage