pr-loop

Orchestrate the complete Pull Request lifecycle from branching to merge and cleanup.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/EtanHey/golems --skill pr-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-loop
Source: https://github.com/EtanHey/golems/tree/main/skills/golem-powers/pr-loop
Command: npx skills add https://github.com/EtanHey/golems --skill pr-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the entire Pull Request lifecycle, ensuring code quality, thorough review, and proper integration, preventing common development bottlenecks and errors.

Core Features & Use Cases

  • End-to-End PR Management: Guides through branching, implementation, testing, committing, pushing, PR creation, review, fixing, merging, and cleanup.
  • Automated Review Integration: Facilitates fetching and processing review comments from various sources.
  • Use Case: When you've completed a new feature, invoke this Skill to manage the entire process from creating the branch to ensuring the PR is merged and the main branch is updated, including handling review feedback.

Quick Start

Use the pr-loop skill to manage the complete pull request process for your current branch.

Frequently Asked Questions about pr-loop

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

FAQPage Schema
How do I automate the entire pull request workflow from branch creation to merge?

Automating the pull request workflow involves orchestrating branching, committing, pushing, PR creation, review processing, and final merge cleanup. This Skill manages that complete lifecycle, enforcing rigorous code review before merging and handling local branch deletion and main branch updates.

How does automated code review integration handle GitHub pull request comments?

Automated code review integration fetches pull request comments from GitHub and classifies them to guide bug fixing. This ensures review feedback is systematically processed and addressed before the PR is approved for merging.

What is the best way to manage local branch cleanup after a pull request is merged?

Managing local branch cleanup after a pull request merge requires deleting the feature branch and updating the local main branch. This Skill handles post-merge cleanup automatically, ensuring your local repository remains synchronized with the main branch.

Can I use workflow automation for pull requests without manual code review enforcement?

Using workflow automation for pull requests through this Skill enforces a rigorous review process before merging. It is designed to prevent merging without proper code review, ensuring code quality and thorough integration throughout the development lifecycle.

Does this PR workflow automation tool work with existing CI/CD pipelines?

This PR workflow automation tool integrates into your development lifecycle alongside existing CI/CD pipelines. It orchestrates the Git lifecycle from branching to merge, managing commits and pushes while enforcing review processes before final integration.