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-dependent string selectors, DOM class selectors, and test coverage for each open PR. - Contributor track record analysis: Reviews each PR author's prior merged versus closed-unmerged PRs to flag risky large diffs from unproven contributors. - Use Case: A maintainer asks "which PRs are production-ready?" and receives two ranked tables — top issues and PR readiness — plus a concrete recommended order of action for the week. ## Quick Start Ask the assistant to triage the open issues and PRs in stickerdaniel/linkedin-mcp-server and rank them by urgency, optionally passing a label like bug as a filter.