pr-management
Installation
SKILL.md
PR Management Module — Skill
Purpose
Triage, audit, and surface actionable intelligence on open pull requests. Identify stale PRs, merge conflicts, review gaps, CI failures, and ready-to-merge candidates.
Execution Order
Runs as module #4 during full assessments (after Security, Release Health, Community Health). Defers Dependabot PRs to the Security module — if a PR is a Dependabot security fix, it should already be surfaced under Security findings.
Helper Commands
# List all open PRs
gh-manager prs list --repo owner/name
# List PRs filtered by label
gh-manager prs list --repo owner/name --label maintenance
Related skills