prp-core-runner

Automate the complete PRP workflow from planning to summary.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the complete PRP workflow, streamlining the process from feature request to pull request, enhancing productivity and ensuring quality in software development.

Core Features & Use Cases

  • Full Workflow Automation: Orchestrates all stages of the PRP workflow, including planning, implementation, commit, pull request, review, and summary.
  • Feature Implementation: Facilitates feature implementation using the PRP methodology.
  • End-to-End Automation: Offers full automation from idea to pull request, enhancing efficiency and consistency.
  • Use Case: For a user who wants to implement a feature using the PRP methodology, this Skill can be invoked to automate the entire process.

Quick Start

Use the prp-core-runner skill to automate the PRP workflow for a new feature request by invoking /prp-core:prp-run-all {feature-description}.

Frequently Asked Questions about prp-core-runner

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

FAQPage Schema
How do I automate the full PRP workflow from feature request to pull request?

To automate the PRP workflow, you can invoke the runner with a feature description to handle planning, implementation, commit, pull request, review, and summary generation end-to-end.

What is the PRP methodology for software development?

The PRP methodology structures software development by orchestrating stages from initial planning and feature implementation through to code commit, pull request review, and final summary.

Can I use workflow automation for feature implementation without manual git commits?

Yes, full workflow automation handles the entire feature implementation process, automatically executing git commits and generating pull requests without manual intervention.

How do I start pull request automation for a new feature?

You can start pull request automation by invoking the core run-all command followed by your specific feature description to trigger the end-to-end workflow.

Does PRP workflow automation support code review and summary stages?

Yes, PRP workflow automation explicitly supports code review and summary stages, ensuring quality control and documentation are generated after the pull request is created.

Are there limitations to end-to-end automation for feature implementation?

End-to-end automation orchestrates the complete PRP workflow but relies entirely on the accuracy of the initial feature description provided to execute planning and implementation correctly.