review-pr

Automate pull request validation, packaging, and submission with GitHub CLI.

3|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/zoraxl/team-brain --skill review-pr-zoraxl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/zoraxl/team-brain/tree/main/.cursor/skills/review-pr
Command: npx skills add https://github.com/zoraxl/team-brain --skill review-pr-zoraxl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This skill eliminates the manual overhead of preparing pull requests by automating validation, issue linking, and lifecycle tracking, ensuring every PR is ready for review before it reaches a human.

Core Features & Use Cases

  • Automated Validation: Runs linting, formatting, type checking, and UI verification based on the repository's specific standards.
  • Lifecycle Management: Automatically detects linked issues and stamps PRs with lifecycle metadata to keep the team wiki and development loop in sync.
  • PR Packaging: Generates professional, structured PR descriptions including change breakdowns and effort scores.

Quick Start

Invoke the review-pr skill to validate your current branch and generate a pull request for submission.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request validation before submitting code for review?

You can automate pull request validation by running pre-PR checks for linting, formatting, and type checking based on repository standards. This ensures every PR is fully validated and packaged before it reaches a human reviewer.

What is the best way to link GitHub issues and track lifecycle metadata in pull requests?

Tracking lifecycle metadata involves detecting linked issues and stamping PRs automatically to keep team wikis synchronized. This eliminates manual overhead by ensuring development loops stay in sync with issue tracking throughout the PR lifecycle.

Does automated PR packaging generate structured descriptions for GitHub pull requests?

Automated PR packaging generates professional, structured pull request descriptions including change breakdowns and effort scores. This standardizes submission formatting across diverse repository types before sending to GitHub.

Can I use GitHub CLI to run pre-PR checks and detect linked issues across different repository types?

Yes, GitHub CLI integration enables automated pre-PR checks, linked issue detection, and lifecycle metadata stamping across diverse repository types. It requires standard development environment tools to execute the end-to-end validation workflow.

What steps are needed to prepare a branch for pull request submission using workflow automation?

Preparing a branch requires invoking the automation workflow to validate code, detect linked issues, stamp lifecycle metadata, and generate a structured PR description. This packages the pull request for final submission to GitHub.

Why does my pull request fail automated validation before reaching a human reviewer?

Pull request validation fails when repository-specific linting, formatting, type checking, or UI verification standards are not met. Pre-PR checks enforce these rules to ensure every submission is ready for review.