What problem does it solve? Maintainers of the linkedin-mcp-server repository face a growing backlog of open issues and pull requests with no clear signal on what to tackle first. This Skill scans the live repository state and produces a ranked, evidence-backed priority list so maintainers can decide what to merge, fix, or investigate next. ## Core Features & Use Cases - Issue scoring: Rates every open issue on severity, reach (comments, reactions), age versus activity, and whether a fix PR already exists. - PR production-readiness audit: Checks mergeability, CI status, diff scope, locale-independent scraping selectors, test coverage, and contributor track record via the GitHub CLI. - Ranked report with next action: Outputs two ranked tables plus a concrete recommendation pointing to downstream reproduction or PR-verification skills. - Use Case: A maintainer asks "which PRs are production-ready?" and receives a table showing PR #386 is clean and mergeable while PR #366 has locale-dependent selectors and a stalled contributor. ## Quick Start Ask the assistant to triage the open issues and PRs in stickerdaniel/linkedin-mcp-server and rank them by urgency and merge readiness.