review

Extracts PR data via gh and generates structured code review feedback.

5|3|Updated Oct 20, 2022
One-click install
npx skills add https://github.com/justifi-tech/web-component-library --skill review-justifi-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/justifi-tech/web-component-library/tree/main/.claude/skills/review
Command: npx skills add https://github.com/justifi-tech/web-component-library --skill review-justifi-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides quick, CLI-based PR reviews and concise feedback without posting to GitHub, helping maintain code quality while saving time.

Core Features & Use Cases

  • PR number extraction: Accepts PR numbers, URLs, or references and normalizes them for review.
  • PR data retrieval: Fetches PR metadata and diffs using GitHub CLI.
  • Code review guidance: Invokes the code-review agent to generate structured feedback based on established criteria.
  • Use Case: A developer wants a fast, offline-friendly review summary for a PR before merging.

Quick Start

Use the review skill to inspect PRs locally via the CLI: /review 1306 /review https://github.com/justifi-tech/web-component-library/pull/1306

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get a quick PR review from the CLI without posting comments to GitHub?

To get a quick PR review from the CLI without posting to GitHub, use a local code-review agent that fetches PR data via the GitHub CLI and generates structured feedback directly in your terminal.

Can I review a GitHub pull request using just the PR URL or number?

Yes, you can review a GitHub pull request using just the PR URL or number. The skill extracts and normalizes PR identifiers, fetches the diff via gh, and invokes a code-review agent to produce a summary.

What is the best way to automate code review feedback for open pull requests?

The best way to automate code review feedback for open pull requests is by using a CLI workflow that parses PR identifiers, retrieves diffs with GitHub CLI, and invokes a code-review agent to generate structured feedback.

Does CLI-based code review work with standard GitHub pull request data and diffs?

Yes, CLI-based code review works with standard GitHub pull request data and diffs. It fetches PR metadata and diffs using the GitHub CLI and processes them through a code-review agent to ensure code quality.

How do I generate a structured code review summary for a specific PR diff locally?

To generate a structured code review summary for a specific PR diff locally, provide the PR number or URL to the CLI tool, which fetches the diff via gh and invokes a code-review agent to produce concise feedback.

What are the limitations of using a local CLI agent for GitHub PR reviews?

A limitation of using a local CLI agent for GitHub PR reviews is that it does not post feedback to GitHub. It is designed strictly for generating local review summaries within CLI workflows rather than automating remote repository interactions.