gh) authenticated for the repository.
Inspect the queue
42 with a real PR number. The queue shows available CI, review, and graph-impact information. The conflicts view finds overlap in graph communities; it is a review signal, not a guarantee of textual conflicts or runtime breakage.
Prioritize reviews
GRAPHIFY_TRIAGE_BACKEND and optionally GRAPHIFY_TRIAGE_MODEL when needed.
Target the correct repository
owner/repository and main with the repository and base branch you use. Keep the local graph current and aligned with that codebase before interpreting impact.
MCP equivalent
list_prs, get_pr_impact, and triage_prs expose PR context to an assistant. MCP triage_prs returns actionable PR data for the assistant to reason over; it is distinct from the CLI’s backend-assisted ranking.
These commands inspect PRs. Merging and changing code remain separate actions in your normal workflow.