用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/google-gemini/gemini-cli --skill quality命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | quality |
| description | Evaluates whether a GitHub issue is spam, empty, needs more information, or is OK to proceed. |
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.