skills/smithery.ai/github-pr-workflow

github-pr-workflow

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
Installs
2
First Seen
Apr 18, 2026