CLI Finder / 用途 / manage-github-prs

CLI tools for managing GitHub pull requests

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

用途 おすすめ

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.