twl:workflow-pr-fix

Automate iterative GitHub PR fix, verify, and warning-fix cycles.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/shuu5/twill --skill twl-workflow-pr-fix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: twl:workflow-pr-fix
Source: https://github.com/shuu5/twill/tree/main/plugins/twl/skills/workflow-pr-fix
Command: npx skills add https://github.com/shuu5/twill --skill twl-workflow-pr-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates iterative PR corrections by driving a three-phase workflow (fix → post-fix-verify → warning-fix) to address critical findings and stabilize changes before merge.

Core Features & Use Cases

  • Chain-driven PR fix loop coordinating fix-phase, post-fix-verify, and warning-fix steps.
  • Automatic re-testing after fixes to determine readiness for final warnings.
  • Context-aware retry flow: re-enters fix-phase when CRITICAL findings persist, or advances to finalization when tests pass.

Quick Start

Initiate the PR fix cycle on a failing PR and let the chain drive fix-phase, post-fix-verify, and warning-fix in order until tests pass.

Frequently Asked Questions about twl:workflow-pr-fix

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

FAQPage Schema
How do I automate iterative PR fixes after failing CI tests on GitHub?▼

Automate iterative PR fixes by driving a chain workflow of fix-phase, post-fix-verify, and warning-fix steps to address critical findings and stabilize changes before merge.

What is a chain-driven pull request fix workflow?▼

A chain-driven pull request fix workflow coordinates sequential fix-phase, post-fix-verify, and warning-fix steps, automatically re-running tests and re-entering phases when critical findings persist.

How do I coordinate post-fix verification and warning-fix cycles in CI?▼

Coordinate post-fix verification and warning-fix cycles using a context-aware retry flow that advances to finalization when tests pass or re-enters the fix-phase when critical findings persist.

Can I automate test re-runs after applying fixes to a GitHub pull request?▼

Yes, automatic re-testing after fixes determines readiness for the warning-fix phase, evaluating whether the PR can advance to finalization or requires another iteration.

Does automated PR fix automation handle critical review findings without manual intervention?▼

Yes, the automated fix loop handles critical review findings by contextually re-entering the fix-phase until tests pass, stabilizing changes without manual intervention.

What are the limitations of automating pull request corrections with a fix loop?▼

The fix loop targets GitHub PRs where review findings require fixes and applies chain-driven execution; it may not suit workflows outside its fix, verify, and warning-fix cycle structure.