Skip to main content
Install the PRFlow plugin so its skills are available in Claude Code, Codex CLI or Codex in the ChatGPT desktop app. The plugin is named prflow. Its marketplace keeps the name devflow-marketplace on purpose, so do not rename it. PRFlow depends on no companion plugin. If you already installed DevFlow, follow Migrate from DevFlow instead of this page.

Install the Plugin

1

Add the Marketplace

Run this in your terminal:
Expected result: Claude Code reports that it added the devflow-marketplace marketplace.
2

Install PRFlow

Expected result: Claude Code reports prflow@devflow-marketplace as installed.
3

Confirm the Skills Are Loaded

Start a new Claude Code session, then enter /prflow:. The completion menu should include skills such as /prflow:init and /prflow:implement.
The interactive /plugin manager offers the same marketplace and install actions.
The plugin name and marketplace name are different on purpose. Enter both exactly as shown. See Commands and Arguments for the invocation syntax on each client.

What Installation Does Not Do

Installing the plugin does not create repository configuration and does not install system packages. Two things are still yours to do:
  • Install the local requirements yourself. The plugin manager never runs pip, brew or apt.
  • Run initialization in each repository you want PRFlow to work in. This step is recommended. Local runs still work on built-in defaults without it.

Next Steps

Requirements

Confirm Git, the GitHub CLI, jq, Python and a POSIX bash shell are ready.

Initialization

Scaffold .prflow/ configuration for the repository.

First Run

Turn a real issue into a pull request.

Updates

Move to a newer PRFlow release later.