What problem does it solve?
Processing GitHub issues one at a time is slow and repetitive when a repository accumulates a large backlog. This Skill automates bulk triage and reproduction of multiple SkiaSharp issues in a single command, delegating work to sub-agents and consolidating the results.
Core Features & Use Cases
- Flexible Issue Selection: Accepts explicit issue numbers, "newest N issues" requests, or search/label-based queries resolved via the GitHub CLI.
- Parallel Triage, Serial Reproduction: Runs read-only triage agents in parallel batches of up to 12, then runs reproduction agents sequentially to avoid build and simulator conflicts.
- Skip and Force Modes: Detects previously processed issues from cached result files and skips them unless the user requests a forced re-run.
- Consolidated Summary: Produces a single results table with type, severity, triage action, and reproduction conclusion per issue, plus aggregate stats.
- Use Case: A maintainer returns from vacation to 30 new issues and runs one command to triage all of them, reproduce the bugs, and get a prioritized summary table.
Quick Start
Ask the assistant to bulk process issues 3400, 3428, and 3429, or to triage and reproduce the newest 10 open issues in the repository.