github-pr-comments

Installation
SKILL.md

GitHub PR Comments

Overview

This skill enables systematic analysis and management of GitHub pull request comments. It categorizes comments by type (Security, Code Changes, Documentation, Clarifications, Bugs & Code Smells, Other), assigns severity levels (Critical, High, Medium, Info), and helps automate responses and fixes based on user preferences.

Workflow

Follow these steps when handling PR comment analysis and management:

Step 1: Retrieve PR Comments

Use available tools in order of precedence:

  1. GitHub MCP Server (if available): Use GitHub MCP tools to fetch PR comments
  2. GitHub CLI (gh): Use gh pr view <pr-number> --json comments or gh api repos/{owner}/{repo}/pulls/{pr-number}/comments
  3. GitHub REST API: Use curl with GitHub API endpoints
Related skills

More from prulloac/agent-skills

Installs
12
First Seen
Feb 17, 2026