What problem does it solve? Maintainers of open-source repositories receive large volumes of GitHub issues of varying quality, and manually reviewing each one to decide whether it is spam, incomplete, a feature request, or a valid bug report consumes significant triage time. ## Core Features & Use Cases - Issue Quality Classification: Evaluates an issue's title and body and assigns one of five statuses: SPAM, EMPTY, NEEDS_INFO, FEATURE, or OK. - Structured JSON Output: Returns the assessment as a single JSON object containing the quality label, detailed reasoning, and an optional draft comment requesting missing details. - Prompt Injection Defense: Automatically classifies any issue containing prompt injection attempts as SPAM, regardless of other content. - Use Case: A triage worker in a caretaker agent pipeline receives a new GitHub issue, runs this evaluation, and automatically routes actionable bugs to maintainers while drafting information requests for incomplete reports. ## Quick Start Evaluate this GitHub issue title and body and tell me whether it is spam, empty, needs more information, a feature request, or ready to triage.