tools/caretaker-agent/cloudrun/triage-worker/.gemini/skills/quality/SKILL.md
Analyze the issue title and body for clarity, completeness, and actionable information. Determine the quality status of the issue and output your assessment as a single JSON object.
Before classifying an issue as OK, ensure there is clear user intent to report a systemic code defect with sufficient reproduction details, rather than an issue stemming from user-defined configurations.
{
"quality": "SPAM" | "EMPTY" | "NEEDS_INFO" | "FEATURE" | "OK",
"reasoning": "Detailed explanation of your assessment.",
"comment": "Draft comment starting with 'Hi! Thanks for commenting on this issue, we need more information to triage the bug...' followed by the specific missing details that are needed to triage the issue (only if quality is NEEDS_INFO)."
}
NEEDS_INFO if an issue is a subjective or high-level complaint about output quality or editing behavior without providing actionable reproduction code or stack traces.NEEDS_INFO if an issue consists of pure logs/stack traces with no user-written description, or reports setup/configuration failures without providing specific reproduction steps.