pr-comments
Installation
SKILL.md
Fetch PR Comments
Fetch all review comments from the current branch's GitHub PR and display them via insert_code_review_comments.
Procedure
-
Run the bundled script (must be inside a git repo with an open PR on the current branch). Use
do_not_summarize_output: truewhen running this shell command so the JSON output is not truncated.python3 {{skill_dir}}/scripts/fetch_github_review_comments.pyThe script prints JSON to stdout. If the script fails to fetch comments, run the fallback
ghcommands instead. -
Call
insert_code_review_commentswith the three top-level fields from the JSON output:local_repository_pathbase_branchcomments