Ticket Auto-Triage
Automatically analyze and label unlabeled issues in a GitHub repository to improve organization and streamline development workflows.
This loop is republished with attribution. Full credit and the original content belong to the source linked above.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Kickoff Prompt
Copy this prompt and run it with your agent to start the loop.
Start the "Ticket Auto-Triage" loop.
Goal: Automate issue labeling for unlabeled GitHub issues
Max iterations: 10
Between iterations run: gh issue list --state open --label ''
Exit when: No unlabeled issues remain
Start the Ticket Auto-Triage loop to automatically label unlabeled issues in this repository. Begin by checking for open issues without labels, then analyze each one and apply appropriate labels based on content.
Self-pace this loop. After each iteration, run `gh issue list --state open --label ''` and evaluate the output, and only continue if the exit condition is not met (No unlabeled issues remain). Stop when the exit condition passes or 10 iterations are reached. Give a short status update each pass.