pr_review

Installation
SKILL.md

DataFusion PR Review

This skill describes the mechanics for doing PR reviews from the command line.

When creating a PR, skip the "Collect PR context" step and instead check the changes against each area of the PR review guide before submitting.

Collect PR context

  • Check out the PR locally: gh pr checkout <PR number> (ask first if the working tree has other work in progress).
  • Fetch the PR description, comments, and reviews: gh pr view <PR number> --json title,body,comments,reviews
  • Fetch CI status: gh pr checks <PR number>.

Compute the diff

Installs
1
GitHub Stars
9.2K
First Seen
9 days ago
pr_review — apache/datafusion