ワンクリックで
quality
Evaluates whether a GitHub issue is spam, empty, needs more information, or is OK to proceed.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Evaluates whether a GitHub issue is spam, empty, needs more information, or is OK to proceed.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Estimates the implementation effort required to address the given issue.
Generates a structured Workable Spec JSON to guide a Developer Worker.
Use when the user asks questions, seeks help, or requests instructions related to installing, setting up, or migrating to Antigravity CLI. This skill provides the latest up to date details, requirements, and commands sourced from the official Antigravity CLI documentation.
Main Agents: Do NOT use this skill directly. If you need to test the TUI, invoke the `tui_tester` subagent. Drive terminal UI (TUI) applications programmatically for testing, automation, and inspection. Use when: automating CLI/TUI interactions, regression testing terminal apps, or verifying interactive behavior. Also use when: user asks "what is agent-tui", "what does agent-tui do", "demo agent-tui", "show me agent-tui", "how does agent-tui work", or wants to see it in action.
Expert guidance for testing Gemini CLI behavior and visual output using terminal automation.
Expertise in auditing and fixing repository scripts and GitHub Actions workflows to ensure technical robustness and security.
| 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.
{
"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)."
}