devflow-marketplace name, so do not remove or rename it.
If you are installing for the first time, follow Installation instead. Nothing on this page applies to you.
Update the Plugin
1
Refresh the Marketplace
2
Install PRFlow
3
Start a New Session
Start a new Claude Code session so the renamed skills load. The interactive
/plugin manager offers the same marketplace and install actions if you prefer a menu.Migrate Each Repository
Run this once in every repository that was configured before the rename, including repositories that use GitHub Actions:- Moves
.devflow/to.prflow/and updates the vendored plugin path. - Renames the supported top-level configuration keys.
- Updates workflow contents that name the old state directory, vendored path or configuration keys.
- Updates the repository’s local marketplace reference.
- Updates the plugin name and version pin.
These changes are applied together or not at all. If any precondition fails, the migration changes nothing and the repository stays byte-for-byte as it was. Follow the reported fix rather than moving files or rewriting workflow paths by hand — a half-migrated repository fails silently instead of loudly.
Messages You May See
After a Successful Migration
1
Read the Full Diff
Check
git status and every changed file.2
Confirm Your Settings Survived
Your configuration values, tuned arrays and custom workflow content should all still be there.
3
Commit Through Your Normal Process
The migration is an ordinary commit and should get an ordinary review.
4
Merge Before Expecting Cloud Runs to Change
GitHub Actions uses the new paths and configuration keys only once the migration reaches your default branch.
Optional Product-Name Sweep
After the rename succeeds,/prflow:init may offer to update remaining DevFlow product-name mentions in your own files. This step is optional and is separate from the migration.
Cloud Repositories
If your repository uses the cloud tier, also review:- Any workflow file the migration reports as rewritten.
- Any warning about a retained workflow the PRFlow installer does not maintain.
- The migrated
workflows.prflowandworkflows.prflow-reviewconfiguration toggles. - The version pin and vendored path, if you use the committed-vendor installation mode.
/devflow:implement or /devflow:review comments. Those keep working. Use /prflow:implement and /prflow:review in new comments.
Names That Intentionally Stay the Same
Verify the Migration
The migration is complete when all of the following are true:- Claude Code lists
prflowas the installed plugin. /prflow:initis available in a new session.- The repository contains
.prflow/and no.devflow/directory remains. - The diff holds the expected moves and rewrites, with your custom values intact.
- Cloud workflow checks pass after the migration reaches the default branch.