pr

Automate GitHub Pull Request review and remediation until merged.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing and remediating Pull Requests (PRs) in an iterative loop until the PR is successfully merged.

Core Features & Use Cases

  • Automated PR Monitoring: Continuously checks the status of an active PR.
  • Feedback Remediation: Identifies and helps resolve review comments and CI/CD failures.
  • Merge Guardrails: Ensures the PR meets all mergeability criteria.
  • Use Case: When you open a PR, you can invoke this Skill to automatically address reviewer feedback, fix failing checks, and push updates until the PR is merged, freeing you to focus on new development.

Quick Start

Use the pr skill to review and remediate the pull request associated with your current branch until it is merged.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate fixing GitHub pull request review comments?

To automate fixing GitHub pull request review comments, you can use an iterative remediation process that pulls reviewer feedback and CI/CD check results, applies fixes, and pushes updates until the PR is successfully merged.

What is the best way to ensure a pull request meets all merge conditions?

The best way to ensure a pull request meets merge conditions is to continuously monitor its state, automatically resolve failing CI/CD checks, and address actionable feedback until all mergeability criteria are satisfied.

Can I automatically resolve CI/CD failures in my pull requests?

Yes, you can automatically resolve CI/CD failures in your pull requests by running an automated remediation loop that discovers the active PR, checks its status, and iteratively pushes fixes until all checks pass.

How does automated pull request remediation work?

Automated pull request remediation works by discovering the active PR associated with your current branch, monitoring its state, pulling reviewer comments and CI checks, and facilitating iterative fixes until the PR is merged.

Do I need any specific tools to iterate on pull requests until merged?

To iterate on pull requests until merged, you need a GitHub environment with active PRs, access to CI/CD check results, and reviewer comments to automatically address feedback and push updates.

What are the limitations of automating pull request reviews?

A limitation of automating pull request reviews is that it relies on actionable feedback from CI/CD checks and reviewer comments; it cannot resolve subjective or unactionable review requests without explicit remediation steps.