github-pr-workflow

Installation
SKILL.md

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 gh pr view --comments)
  2. Inline code review comments - Comments attached to specific lines of code (requires API)

Important: gh pr view --comments does NOT show inline code review comments!

Scripts

Script Purpose
gh-pr-info <PR> [REPO] Comprehensive PR info: summary, CI checks and unresolved review and inline comments
Related skills
Installs
50
GitHub Stars
25
First Seen
Jan 24, 2026