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
- Claude Code
- Codex CLI
- ChatGPT Desktop App
1
Add the Marketplace
Run this in your terminal:Expected result: Claude Code reports that it added the
devflow-marketplace marketplace.2
Install PRFlow
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./plugin manager offers the same marketplace and install actions.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,breworapt. - 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.