Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
gh
gh auth status
gh auth login
gh pr view --comments
gh pr comment <PR_NUMBER> --body "Addressed in latest commit."