CLI Finder / use-case / manage-github-prs

CLI tools for managing GitHub pull requests

Use GitHub CLI, jq, and repository search to inspect and triage PRs.

use-case featured

Best tools

GitHub CLI is the primary tool. jq helps parse JSON output and ripgrep helps inspect local code context.

Agent workflow

List PRs with --json, inspect one PR, summarize risk, then ask before merge or close actions.