pr-agent

Automate review, prepare, and merge phases of Pull Request workflows.

20|25|Updated May 30, 2026
One-click install
npx skills add https://github.com/OpenCoven/coven-cave --skill pr-agent-opencoven
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-agent
Source: https://github.com/OpenCoven/coven-cave/tree/main/marketplace/plugins/pr-agent/skills/pr-agent
Command: npx skills add https://github.com/OpenCoven/coven-cave --skill pr-agent-opencoven

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the review, prepare, and merge phases of the Pull Request workflow, ensuring code quality and consistency across the team.

Core Features & Use Cases

  • Automated Review: Perform read-only reviews and generate review reports.
  • Automated Prepare: Handle rebase, fix issues, update changelogs, and run build gates.
  • Automated Merge: Merge PRs with squash commits and co-author trailers.
  • Use Case: Use this Skill to streamline the PR workflow, ensuring that all Pull Requests are reviewed and merged consistently and efficiently.

Quick Start

Run the pr-agent skill to prepare a Pull Request for merge.

Frequently Asked Questions about pr-agent

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

FAQPage Schema
How do I automate the pull request review and merge workflow?

Automate the pull request workflow by running the pr-agent to handle read-only reviews, rebase preparations, and squash merges. This ensures consistent code quality and validates local artifacts across all phases.

Can I automatically fix issues and update changelogs before merging a pull request?

Yes, the automated prepare phase handles fixing issues, updating changelogs, and running build gates. It validates checkpoints to ensure your pull request is ready for a clean merge.

What is the best way to ensure code quality and consistency across team pull requests?

The best way to ensure code quality is automating the review, prepare, and merge phases. This enforces consistent build gates and validates local artifacts before any pull request is merged.

Does the automated merge phase use squash commits and co-author trailers?

Yes, the automated merge phase merges pull requests using squash commits and co-author trailers. This standardizes commit history while maintaining validation checkpoints throughout the workflow.

What scripts are required to automate the pull request workflow phases?

You need scripts for each workflow phase to automate the pull request process. These scripts validate local artifacts and checkpoints during the review, prepare, and merge operations.