prp-deliver

Orchestrates planning, implementation, review, and CI validation to deliver a merge-ready pull request.

2.2k|608|Updated Jun 21, 2025
One-click install
npx skills add https://github.com/Wirasm/PRPs-agentic-eng --skill prp-deliver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-deliver
Source: https://github.com/Wirasm/PRPs-agentic-eng/tree/main/plugins/prp-core/skills/prp-deliver
Command: npx skills add https://github.com/Wirasm/PRPs-agentic-eng --skill prp-deliver

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating a full software delivery—from an issue or PRD through planning, implementation, code review, corrections, and green CI—requires juggling multiple agents, artifacts, and handoffs. This Skill automates that orchestration so a single input becomes a reviewed, merge-ready pull request without manual stage management.

Core Features & Use Cases

  • End-to-End Delivery Orchestration: Runs plan, implement, review, correct, and re-review stages sequentially with fresh specialist agents for each stage.
  • Artifact-Based Handoffs: Preserves plan paths, implementation reports, review reports, and PR URLs as durable artifacts that survive context windows.
  • Review-Correction Loop: Repeats independent reviews and corrections until a READY TO MERGE verdict with all findings resolved, then requires green CI.
  • Use Case: Provide a GitHub issue URL and receive back a live PR with a published READY TO MERGE review, green validation, and passing CI checks.

Quick Start

Invoke /prp-deliver with a GitHub issue URL or PRD to autonomously produce a reviewed pull request with green CI.

Frequently Asked Questions about prp-deliver

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

FAQPage Schema
How do I turn a GitHub issue into a reviewed pull request automatically?

Invoke /prp-deliver with the issue URL. It runs planning, implementation, independent review, and correction stages with fresh agents, returning a PR with a READY TO MERGE review and green CI.

What inputs does the prp-deliver skill accept?

It accepts an issue or tracker URL, a PRD, a document, an existing .plan.md file, a free-form request, conversation context, or an existing reviewed PR, with optional base branch and review scopes.

Does prp-deliver merge the pull request after review passes?

No. The skill explicitly does not merge the PR. The caller owns the merge gate; the skill stops after delivering a READY TO MERGE verdict with green CI.

How does the review and correction loop work in automated delivery?

Each review uses a fresh independent agent. For NEEDS FIXES verdicts, the complete review report goes back to the implementation agent for disposition, followed by another fresh review, repeating until READY TO MERGE.

When does prp-deliver stop and ask for human input?

It stops only for product decisions, missing prerequisite primitives, inaccessible dependencies, permission boundaries, or repeated no-progress failures, reporting the exact decision needed and a recommendation.