review-pr

review pr

warpdotdev 146 ↓ 15k MIT updated 27d ago
Claude Code
View source ↗

What it does

  • The working directory is the PR branch checkout.
  • The workflow usually provides an annotated diff in prdiff.txt.
  • The workflow usually provides the PR description in prdescription.txt.
  • If speccontext.md exists, it contains spec context for implementation-vs-spec validation.
  • Focus on files and lines changed by this PR.
  • Do not post comments or reviews to GitHub directly.
  • Prioritize correctness, security, error handling, and meaningful performance issues.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

review pr

Source

Repository: https://github.com/warpdotdev/common-skills

review-pr FAQ

What does the review-pr skill do?

Review a pull request diff and write structured feedback to review.json for the workflow to publish. Use when reviewing a checked-out PR from local artifacts like pr_diff.txt and pr_description.txt and producing machine-readable review output instead of posting directly to GitHub. The working directory is the PR branch checkout. The workflow usually provides an annotated diff in prdiff.txt.

How do I install review-pr?

Run: npx -y skills add https://github.com/warpdotdev/common-skills --skill review-pr --agent claude-code — the source lives at github.com/warpdotdev/common-skills.

Maintain review-pr?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

review-pr on getagentictools
[![review-pr on getagentictools](https://getagentictools.com/badge/skills/warpdotdev-common-skills-review-pr.svg)](https://getagentictools.com/skills/warpdotdev-common-skills-review-pr?ref=badge)
npx agentictools info skills/warpdotdev-common-skills-review-pr

The second line is the CLI lookup for this page — handy in READMEs and docs.