What problem does it solve?
This Skill simplifies the process of reviewing GitHub PR comments directly within the code review UI, reducing the need for switching between tools and enhancing productivity.
Core Features & Use Cases
- GitHub PR Comments: Fetches and displays all review comments (issue comments, diff comments, and review bodies) from the current branch's open GitHub PR.
- Code Review Integration: Renders comments in the code review interface, allowing for a seamless review experience.
- Manual and Script-based Fallback: Offers both script-based and manual fallback commands for fetching comments when necessary.
- Use Case: When reviewing a pull request, use this Skill to quickly see all feedback on the current branch without leaving the code review interface.
Quick Start
Run the command python3 <skill_dir>/scripts/fetch_github_review_comments.py from within the git repository with an open PR on the current branch to fetch comments, then call insert_code_review_comments with the script output.