pr-review

Automate GitHub Pull Request review management with Python and just.

20|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/malhashemi/dotfiles --skill pr-review-malhashemi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/malhashemi/dotfiles/tree/main/dot_config/opencode/skill/pr-review
Command: npx skills add https://github.com/malhashemi/dotfiles --skill pr-review-malhashemi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire workflow for handling GitHub Pull Request reviews, from gathering feedback to responding to reviewers and merging changes, specifically optimized for AI-assisted reviews.

Core Features & Use Cases

  • Automated Feedback Analysis: Gathers and analyzes PR review comments and threads.
  • Multi-Agent Workflow: Orchestrates specialized agents (researcher, planner, implementer) for thorough assessment and code changes.
  • Use Case: When @gemini-code-assist provides feedback on a pull request, this skill can automatically assess the comments, plan the necessary code changes, implement them, and respond to the reviewer, significantly speeding up the review cycle.

Quick Start

Use the pr-review skill to address feedback on the current pull request.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate GitHub pull request review responses?

Automate GitHub pull request review responses by gathering feedback, assessing comments with specialized agents, planning code changes, and replying to reviewers. This handles the entire PR review lifecycle automatically via the GitHub API.

What is the best way to manage AI-assisted code review feedback on a pull request?

Managing AI-assisted code review feedback is best handled by a multi-agent workflow that analyzes comments, implements necessary code changes, and responds directly to the reviewer, significantly speeding up the review cycle.

Can I automatically resolve PR review threads and request re-reviews?

Yes, you can automatically resolve PR review threads and request re-reviews. The automation handles addressing feedback, resolving threads, and merging PRs directly through the GitHub API.

Do I need Python scripts and the just task runner to automate PR feedback?

Yes, you need Python scripts and the just task runner to automate PR feedback. The integration relies on these components to interact with the GitHub API and orchestrate the specialized agents.

How does a multi-agent workflow handle code changes from PR comments?

A multi-agent workflow handles code changes from PR comments by using specialized agents to research, plan, and implement the modifications. This ensures thorough assessment and accurate code updates.