plan-executor:pr-finalize

Finalize pull requests by fixing comments, validating checks, and merging via GitHub CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/andreas-pohl-parloa/plan-executor-plugin --skill plan-executor-pr-finalize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-executor:pr-finalize
Source: https://github.com/andreas-pohl-parloa/plan-executor-plugin/tree/main/plugins/plan-executor/skills/pr-finalize
Command: npx skills add https://github.com/andreas-pohl-parloa/plan-executor-plugin --skill plan-executor-pr-finalize

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of finalizing PRs by fixing review comments, ensuring checks pass, and managing merges automatically.

Core Features & Use Cases

  • Automated PR Finalization: Fix bug comments, resolve check failures, and prepare PRs for merge.
  • Merge Management: Handle merging policies automatically based on check results and user preferences.
  • Use Case: When a team reviews a PR and wants to instantly fix detected issues, re-run checks, and merge if approved, this Skill performs all steps seamlessly.

Quick Start

Provide the PR link and run the skill to automatically finalize the PR, fix comments, and merge if configured.

Frequently Asked Questions about plan-executor:pr-finalize

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

FAQPage Schema
How do I automate pull request finalization and merging in my CI pipeline?

Automate pull request finalization by using GitHub CLI and PR metadata to fix review comments, validate checks, and optionally merge. This streamlines code review workflows for CI/CD pipelines handling large or frequent PRs.

Can I automatically fix code review comments before merging a pull request?

Yes, automated PR finalization can fix bug comments detected during code review. It resolves issues, re-runs validation checks, and merges the pull request if approved and configured to do so.

What is the best way to manage merging policies based on CI check results?

Manage merging policies automatically by validating CI check results through GitHub CLI. The workflow handles merges based on check outcomes and user preferences, ensuring only passing PRs are merged.

Does automated PR merging work with frequent pull requests in CI/CD pipelines?

Yes, automated PR finalization is suitable for CI/CD pipelines or developer assistants handling large or frequent PRs. It uses GitHub CLI and PR metadata to perform merge actions reliably at scale.

Do I need GitHub CLI to automate pull request finalization and merging?

Yes, the automated PR finalization workflow uses GitHub CLI and PR metadata to perform actions reliably. Provide the PR link and run the skill to fix comments, validate checks, and merge if configured.

What are the limitations of automating pull request finalization and merging?

Automated PR finalization relies on GitHub CLI and PR metadata to fix comments and merge. It is designed for approved PRs and check validation, so unapproved pull requests or complex manual review conflicts may require intervention.