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

  1. Run the bundled script (must be inside a git repo with an open PR on the current branch). Use do_not_summarize_output: true when running this shell command so the JSON output is not truncated.

    python3 {{skill_dir}}/scripts/fetch_github_review_comments.py
    

    The script prints JSON to stdout. If the script fails to fetch comments, run the fallback gh commands instead.

  2. Call insert_code_review_comments with the three top-level fields from the JSON output:

    • local_repository_path
    • base_branch
    • comments
Installs
1
Repository
warpdotdev/warp
GitHub Stars
65.1K
First Seen
Aug 26, 2026
pr-comments — warpdotdev/warp