prp-run-all

Automates the PRP lifecycle from GitHub issue creation to code review and merge.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gobikom/prp-framework --skill prp-run-all
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-run-all
Source: https://github.com/gobikom/prp-framework/tree/main/adapters/codex/prp-run-all
Command: npx skills add https://github.com/gobikom/prp-framework --skill prp-run-all

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, prp-framework, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the entire PRP lifecycle, from creating an issue to deploying the code, eliminating manual steps and ensuring quality throughout the process.

Core Features & Use Cases

  • Automated PRP Workflow: Orchestrates the entire PRP workflow including issue context, smart plan, implement, commit, PR, review-fix loop, merge, and cleanup.
  • Customization Options: Supports various flags to control the workflow, such as skipping certain steps, limiting review rounds, or enabling a dry run.
  • Integration: Integrates with GitHub issues and pull requests for seamless collaboration.

Quick Start

Execute the complete PRP lifecycle for an issue using the 'prp-run-all' command.

Frequently Asked Questions about prp-run-all

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

FAQPage Schema
How do I automate the entire GitHub pull request and code review lifecycle?

To automate the GitHub pull request lifecycle, you need a tool that orchestrates issue creation, plan generation, implementation, and PR merging. This Skill executes the complete end-to-end PRP workflow, including a review-fix loop to ensure code quality before final deployment.

What is the PRP workflow for continuous integration and deployment?

The PRP (Prompt-Run-Perfect) workflow for CI/CD is a structured lifecycle: creating issue context, generating a smart plan, implementing changes, committing, creating a pull request, running a review-fix loop, merging, and cleaning up. It eliminates manual steps throughout the software engineering process.

Do I need a specific framework or environment setup to automate PRP deployments?

Automating PRP deployments requires the prp-framework to be set up, along with git and gh installed. You must also configure the necessary permissions for GitHub integration before executing the automated lifecycle workflow.

Can I skip certain steps like code review in the automated PRP lifecycle?

Yes, you can skip certain steps or limit review rounds in the PRP lifecycle. The automation supports various command flags to control the workflow, including options for skipping steps, limiting review iterations, or enabling a dry run to preview changes.

What are the limitations of automating code review and deployment with the PRP framework?

A key limitation of PRP lifecycle automation is its strict dependency on the prp-framework, git, and gh environments. Without the correct framework setup and configured GitHub permissions, the automated code review and deployment workflow will not execute.