GitHub PR Workflow Key Concepts Comment Types GitHub PRs have two different types of comments : 1. PR-level comments - General discussion on the PR (shown via ) 2. Inline code review comments - Comments attached to specific lines of code (requires API) Important : does NOT show inline code review comments! Scripts | Script | Purpose | |--------|---------| | | Comprehensive PR info : summary, CI checks and unresolved review and inline comments | The script auto-detects the repo from git remote, or accepts as second argument (format: ). Key features : - Uses GitHub's GraphQL API to reliably fil…