Extract and summarize pull request feedback
get-pr-commentsskillsetup L1★595
LedgerHQ/ledger-live ↗What it does
Fetch and parse code review comments from GitHub pull request
Best for
When CI needs to consume PR review feedback for automated code quality scoring or report generation.
Inputs
- · GitHub repo owner/name
- · PR number
Outputs
- · list of comments (author, body, line number, file)
- · structured comment thread
Requires
- · GitHub API
- · gh CLI
Preconditions
GitHub repo accessible; gh CLI authenticated; PR number valid
Failure modes
- · PR not found
- · auth token expired
- · API rate limit exceeded
Trust signals
- · GitHub API integration
- · comment thread preservation
- · gh CLI leverage