phase-4-delivery

Automate PR creation, Codex review, fix loops, and final delivery.

9|3|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/Pythagora-io/agent-templates --skill phase-4-delivery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-4-delivery
Source: https://github.com/Pythagora-io/agent-templates/tree/main/Developer%20Agent/phase-4-delivery
Command: npx skills add https://github.com/Pythagora-io/agent-templates --skill phase-4-delivery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual PR delivery is error-prone and slow, requiring repeated handoffs, boilerplate, and inconsistent reviews. This Skill automates the end-to-end PR workflow—from creating a fully templated PR, to running an independent Codex review, to looping fixes until approval, and delivering a final results report to the user.

Core Features & Use Cases

  • Create PRs with a mandatory, full-body template and required metadata.
  • Run an independent Codex review in a clean environment and summarize its findings.
  • Implement an automated fix-review loop with iterative commits and re-reviews until APPROVE.
  • Deliver a final message with PR links, cross-review summary, and deployment notes.

Quick Start

Initiate the delivery workflow to push the branch, trigger Codex review, loop fixes until approval, and publish the final results.

Frequently Asked Questions about phase-4-delivery

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

FAQPage Schema
How do I automate end-to-end pull request delivery and code review?

Automated PR delivery pushes branches, generates mandatory PR templates, runs an independent Codex review, loops fixes until approval, and delivers a final summary to streamline software development workflows.

What is an automated fix-review loop for pull requests?

An automated fix-review loop iteratively commits code fixes and re-runs an independent Codex review on a pull request until the review yields an APPROVE status, eliminating manual re-review handoffs.

Does automated PR delivery work with GitHub repositories and Codex review tooling?

Automated PR delivery applies to software development teams performing code changes and cross-team validation across GitHub repos, integrating directly with Codex-based review tooling for automated checks.

How do I create pull requests with mandatory templates and required metadata?

Automated PR delivery workflows create pull requests populated with a mandatory, full-body template and required metadata to ensure consistent documentation and compliance before triggering reviews.

What are the limitations of automating pull request delivery workflows?

Automated PR delivery relies on Codex-based review tooling and GitHub repos, meaning it may not suit teams lacking these platforms or those requiring manual cross-review validation outside automated environments.