What problem does it solve? Maintaining a healthy GitHub repository requires constant manual effort: triaging incoming issues, tracking stale PRs, debugging CI failures, preparing releases, and monitoring security alerts. This Skill automates those operational workflows through the gh CLI so repository maintenance stays consistent and nothing falls through the cracks. ## Core Features & Use Cases - Issue Triage: Classify issues by type and priority, detect duplicates, apply labels, and draft responses automatically. - PR & CI Management: Check review status, mergeability, and CI failures, then diagnose flaky tests versus real breakage. - Release & Security Operations: Generate changelogs from merged PRs, create releases, and monitor Dependabot and secret-scanning alerts. - Use Case: A maintainer returns after a week away and asks the agent to triage all new issues, flag PRs older than 7 days without review, and confirm CI is green before cutting a release. ## Quick Start Ask the agent to triage all open issues in this repository, label them by type and priority, and report any PRs that have been waiting more than 7 days for review.