Evaluates whether a GitHub issue is spam, empty, needs more information, or is OK to proceed.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-quality-1d14371d469c ,按照其中的说明把「quality」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
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.