pm-autofix-pr

Automate GitHub PR autofix workflows with dual evaluators and CI checks.

2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/pmatos/skills --skill pm-autofix-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pm-autofix-pr
Source: https://github.com/pmatos/skills/tree/main/pm-autofix-pr
Command: npx skills add https://github.com/pmatos/skills --skill pm-autofix-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Iterative automation for GitHub PRs to fix CI failures and address reviewer feedback, achieving a true fixed point with green checks and documented outcomes.

Core Features & Use Cases

  • Dual-evaluator feedback assessment (Opus and Codex) to determine validity of reviewer comments, summaries, and PR conversations.
  • End-to-end PR autofix loop: read pre-commit requirements, fix issues, run checks, commit changes, and post outcome replies.
  • CI-driven convergence and monitoring: wait for CI completion, handle timeouts, and promote a move to monitoring once all issues are resolved.

Quick Start

Run the autofix on the target PR to start the end-to-end loop.

Frequently Asked Questions about pm-autofix-pr

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

FAQPage Schema
How do I automate fixing CI failures and reviewer feedback on GitHub pull requests?

You can automate PR fixes by running an end-to-end loop that reads PR state and check runs via GitHub MCP tooling, evaluates feedback with dual evaluators, applies iterative fixes, runs pre-commit checks, commits changes, and posts outcome replies.

What is the best way to automatically resolve GitHub PR reviewer comments inline?

The best way to resolve inline reviewer comments is using an automated feedback evaluation mechanism that reads inline threads, assesses validity with dual evaluators like Opus and Codex, applies fixes iteratively, and posts replies directly to the conversation threads.

Does GitHub MCP tooling support reading check runs and PR state for automated CI fixes?

Yes, GitHub MCP tooling supports reading PR state, check runs, and issue comments, which allows an automated CI fix loop to evaluate failures, apply iterative fixes, and monitor CI convergence with timeout controls.

Can I use automated PR autofix on local branches and forked repos?

Yes, you can use automated PR autofix on local PR branches and forked repos to drive CI green and resolve reviewer feedback, coordinating PR state reading and iterative fixes without requiring direct upstream repository access.

How does dual-evaluator assessment work for GitHub PR review feedback?

Dual-evaluator assessment uses both Opus and Codex models to independently determine the validity of reviewer comments, summaries, and PR conversations before applying fixes, ensuring that only legitimate feedback triggers automated code changes.

What happens when CI times out during automated PR fix convergence?

When CI times out during automated PR fix convergence, the workflow includes event-driven monitoring with timeout controls that handle delays, allowing the system to promote a move to monitoring once all issues are resolved or timeouts are reached.