prp-core-runner

Automates the complete PRP workflow from idea to pull request.

322|45|Updated Dec 1, 2025
One-click install
npx skills add https://github.com/Microck/ordinary-claude-skills --skill prp-core-runner-microck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-core-runner
Source: https://github.com/Microck/ordinary-claude-skills/tree/main/prp-core-runner
Command: npx skills add https://github.com/Microck/ordinary-claude-skills --skill prp-core-runner-microck

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The end-to-end process of implementing a feature, from initial request to creating a pull request, involves multiple manual steps like branch creation, documentation, coding, and committing. This Skill automates the entire PRP (Plan, Review, Implement, Pull Request) workflow.

Core Features & Use Cases

  • Full Workflow Automation: Orchestrate all steps from creating a git branch and generating a PRP document to implementing, committing, and creating a pull request.
  • Deterministic Execution: Ensures a consistent and repeatable process for feature development, reducing manual errors.
  • Intelligent Error Handling: Stops execution on failure, reports the issue, and provides actionable guidance for resolution.
  • Use Case: When you need to implement a new feature like 'user authentication using JWT', simply provide the description, and this skill will autonomously manage the entire development workflow, from setting up the branch to creating the final pull request.

Quick Start

Implement user authentication using JWT with the PRP workflow.

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 a feature from idea to pull request using PRP workflow?

PRP workflow automation orchestrates the entire feature development process end-to-end: it creates a git branch, generates a PRP document, implements the feature, commits atomically, and creates a pull request. Provide your feature description and the workflow executes all steps sequentially, stopping and reporting any failures with guidance.

What steps does the PRP workflow automation cover?

The PRP workflow covers five sequential steps: conventional branch creation, PRP document generation, implementation execution, atomic commits, and pull request creation. Each step is monitored with strict error handling that halts on failure and provides actionable resolution guidance.

Can I use PRP workflow automation to reduce manual errors in feature development?

Yes, PRP workflow automation enforces deterministic, repeatable feature development with consistent step ordering and built-in error handling. It eliminates manual mistakes in branch creation, documentation, coding, and committing by orchestrating all steps in a controlled pipeline.

Does PRP workflow automation integrate with git pull request creation?

Yes, the workflow integrates with git pull requests as its final step. After implementing, committing atomically, and validating all prior steps, it automatically creates a pull request and returns the PR URL on successful completion.

What happens if PRP workflow automation encounters an error?

Workflow execution stops immediately on failure, reports the failed step with its error details, and provides actionable guidance for resolution. This strict error handling prevents partial or corrupted feature implementations from proceeding to pull request.

How do I trigger end-to-end PRP automation for a new feature?

Use the SlashCommand /prp-core-run-all with your feature description. The automation executes the complete five-step pipeline deterministically, managing branch creation through pull request creation, and returns the PR URL on success.