Setting the skill. One moment.
Credited skills
Skill 22 of 23
Evaluates whether a GitHub issue is spam, empty, needs more information, or is OK to proceed.
1 minute · 291 words · 4 sections
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.Credited
This skill is installed in google-gemini/gemini-cli — in use here rather than published from here — so there is no install command for it on this page.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 4 distinct layouts observed: .gemini/skills/*/SKILL.md, packages/core/src/skills/builtin/*/SKILL.md, tools/caretaker-agent/cloudrun/triage-worker/.gemini/skills/*/SKILL.md, tools/gemini-cli-bot/.gemini/skills/*/SKILL.md.h1 and no skipped levels:/google-gemini/gemini-cli.md, and each skill at its own .md URL.