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:
- GitHub MCP Server (if available): Use GitHub MCP tools to fetch PR comments
- GitHub CLI (
gh): Usegh pr view <pr-number> --json commentsorgh api repos/{owner}/{repo}/pulls/{pr-number}/comments - GitHub REST API: Use
curlwith GitHub API endpoints