What problem does it solve? Triaging incoming issues requires a consistent estimate of how much engineering work a fix will take, but manual sizing is subjective and inconsistent across reviewers. ## Core Features & Use Cases - Structured Effort Sizing: Classifies an issue into SMALL (1 day or less), MEDIUM (2-3 days), or LARGE (3+ days) buckets with detailed reasoning. - Code-Aware Analysis: Considers the issue title and body together with code exploration output such as discovered source files, coupled UI components, and test files. - Domain-Specific Rubric: Applies calibrated criteria for the Gemini CLI codebase, covering Ink UI bugs, async flow issues, node-pty and signal handling, MCP transport, and CI/CD overhauls. - Use Case: A triage worker receives a new bug report about terminal flickering in the interactive UI; the skill analyzes the issue plus explored code and returns a JSON estimate of MEDIUM with reasoning about React/Ink state synchronization complexity. ## Quick Start Estimate the implementation effort for this issue using the effort skill and return the JSON result.