# gh pr checks > View CI checks for a GitHub pull request. > More information: . - Show checks for the pull request of the current branch: `gh pr checks` - Show checks for a specific pull request: `gh pr checks {{pr_number}}` - Watch checks and update in real time until completion: `gh pr checks {{pr_number}} --watch` - Show only required checks: `gh pr checks {{pr_number}} --required`