What problem does it solve? Scanning dozens of open pull requests and issues one by one in GitHub is slow, and it is hard to see at a glance which PRs are ready to land, which are failing checks, and which are stale. This Skill produces a single scannable triage table without changing anything in the repository. ## Core Features & Use Cases - One-table PR triage: Lists open PRs with clickable links and emoji marks for checks, review decision, mergeability, author kind (bot/human/draft), and age, sorted most-actionable-first. - Optional issues section: Adds a second table of open issues with labels, assignees, and age when invoked with issues or all. - Read-only guarantee: Never runs review, merge, comment, label, push, or any write operation — it only reports. - Use Case: Before standup, run the triage to get a footer like 12 open · 3 ready to land · 2 failing plus a one-sentence recommendation for the highest-value next action. ## Quick Start Ask the assistant to run the midnite-triage skill for all open PRs in the current repository and show the summary table.