pull-request-review

Installation
SKILL.md

Review PR Comments

Target PR: $ARGUMENTS

If no argument provided, prompt the user for a PR link or number.

Step 1: Gather Requirements

  1. Fetch PR metadata and comments using the GitHub CLI:
    gh pr view $ARGUMENTS --json number,title,body,reviews,comments
    gh api repos/{owner}/{repo}/pulls/{pr_number}/comments
    
  2. Extract each unresolved review comment:
    • Comment ID
    • File path
    • Line number
    • Comment body
    • Author
Related skills

More from codyswanngt/lisa

Installs
6
GitHub Stars
1
First Seen
Feb 28, 2026