itx:review-pr

Fetch GitHub pull request details and generate AI review summaries.

49|5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/ric03uec/clawrium --skill itx-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: itx:review-pr
Source: https://github.com/ric03uec/clawrium/tree/main/.opencode/skills/itx-review-pr
Command: npx skills add https://github.com/ric03uec/clawrium --skill itx-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the process of reviewing pull requests by automating the collection and analysis of PR details, reducing manual effort and increasing review speed.

Core Features & Use Cases

  • PR Identification: Automatically determines the PR associated with the current branch or specified number.
  • Detail Extraction: Fetches PR metadata including title, URL, body, files changed, and diff.
  • Review Request: Utilizes AI agents to generate review summaries, identify issues, and suggest improvements.
  • Use Case: A developer initiates a PR review; this Skill fetches all relevant data and provides an AI-powered critique that highlights potential problems and improvement areas.

Quick Start

Use the itx:review-pr skill to automatically review a specific pull request by its number.

Frequently Asked Questions about itx:review-pr

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

FAQPage Schema
How do I automate GitHub pull request reviews using AI?

Automate GitHub pull request reviews by fetching PR metadata, changed files, and diffs, then applying AI analysis to generate summaries, identify issues, and suggest improvements. This reduces manual effort and increases review speed.

What is the best way to get AI code analysis for a pull request?

AI code analysis for a pull request is best handled by automatically extracting the PR title, body, and diff, then passing these details to AI agents to assess code quality and provide comprehensive feedback.

How do I automatically identify and fetch pull request details for code review?

Automatically identify and fetch pull request details by determining the PR associated with your current branch or a specified PR number, then extract metadata including the title, URL, body, and file changes.

Can I use GitHub CLI to automate code review for multiple developers?

Yes, you can use GitHub CLI to automate code review across multiple developers and teams. It fetches the necessary PR data to provide rapid, consistent AI-powered critiques for development workflows.

Does automated AI code review identify issues and suggest improvements?

Automated AI code review identifies issues and suggests improvements by leveraging AI agents to analyze fetched PR details, highlighting potential problems and areas for improvement in the submitted code.