What problem does it solve?
This Skill helps you handle GitHub PR review comments correctly by fetching the exact comment, applying the requested fixes safely, and replying directly to that same comment thread.
Core Features & Use Cases
- Parse and validate comment links: Extracts owner, repo, PR number, and comment ID from a discussion URL format used by GitHub review comments.
- Fetch authoritative comment details: Retrieves comment metadata and full body content via the GitHub CLI API call before making any changes.
- Apply all requested fixes with guardrails: Ensures each suggestion is verified in the current codebase, adds regression coverage when relevant, and fixes any mandatory “nitpick” items without placeholders.
- Reply with traceability: Posts a direct reply to the specific comment including the short commit SHA and the author’s handle.
Quick Start
Use the pr-comment skill to fix an inline GitHub review comment you are addressing in the current pull request by providing its exact comment link.