What problem does it solve? Maintainers of Ansible network collections face a constant stream of bug reports, pull requests, and CI failures spread across many repositories, making it hard to spot critical issues and cross-collection breakage before it cascades downstream. ## Core Features & Use Cases - Bulk scan mode: Automatically fetches open issues and PRs from network collections (cisco.ios, cisco.nxos, arista.eos, ansible.netcommon, and more) using the GitHub CLI, categorizes them, and assigns severity. - Direct triage mode: Deep-dives a single GitHub issue or CI failure, matching it against known network CI failure patterns such as Galaxy version lag and persistent connection state leaks. - Cross-collection cascade detection: Flags bugs in shared dependencies (ansible.netcommon, ansible.utils, ansible.pylibssh) that affect multiple downstream collections. - Structured output: Produces a schema-validated JSON report plus a human-readable markdown summary, validated by an included Python script. - Use Case: Run a weekly triage to generate a report listing all open items across network collections, with critical items and recommended actions highlighted for the maintenance team. ## Quick Start Ask the assistant to triage network issues and generate a weekly triage report for the Ansible network collections.