What problem does it solve? Producing a quantitative bug report for the Lucca Front repository requires manually cross-referencing two disjoint populations — issues of type Bug (demand) and pull requests labeled FIX (delivery) — across volumes, criticality, affected components, and quarter-over-quarter trends. This Skill automates that analysis with ready-to-run GitHub CLI queries and a standardized report format. ## Core Features & Use Cases - Dual-population counting: Measures bugs reported (issues type:Bug) and fixes delivered (PRs labeled :bookmark::bug: FIX) separately, including opened, treated, remaining, and backlog volumes. - Criticality and subject breakdown: Tallies P0/P1/P2 priority labels on issues and derives bug subjects from actually modified component folders rather than unreliable topic labels. - Quarterly comparison: Computes deltas against the previous period and outputs a structured Markdown synthesis table. - Use Case: A design system lead needs the Q2 bug report for Lucca Front; the Skill runs the gh api queries, classifies merged FIX PRs by component and bug type, and produces the formatted Markdown report. ## Quick Start Ask the assistant to analyze Lucca Front bugs for a given quarter, for example: generate the bug analysis report for Q2 2026.