google-gemini/quality
Evaluates whether a GitHub issue is spam, empty, needs more information, or is OK to proceed.
npx skills add https://github.com/google-gemini/gemini-cli --skill quality
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.
{
"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)."
}
Take google-gemini/quality from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.