Skip to main content
Find the exact syntax for every PRFlow command you can invoke yourself. A command is the text you enter. It runs a PRFlow skill, whose behavior these guides call a workflow.

Syntax

Every PRFlow command uses the prflow namespace:
For example, to implement issue 123 and then ask for an independent review of the resulting pull request 456:
Always include the prflow namespace. Names such as review and init collide with commands built into coding clients, and a bare name can run something else entirely.
The same /prflow: spelling works in a GitHub comment for the commands marked below. Comments also still accept the older /devflow: spelling, which is normalized to the current one. Use /prflow: in anything you write today. PRFlow also ships internal skills that it dispatches on its own, such as the stages behind the weekly retrospective. They are not invocable and are deliberately absent from this table.

Commands

What Runs From a GitHub Comment

A fresh cloud installation answers four commands posted as a comment by an authorized person:
  • /prflow:implement <issue number> — on a comment on an issue, not on a pull request.
  • /prflow:review — on a comment on a pull request’s Conversation tab.
  • /prflow:review-and-fix — same surface.
  • /prflow:pr-description — same surface.
Every one of them requires a repository collaborator with write, maintain or admin access who also matches the allowed-users setting, or a listed bot identity. Someone commenting from a fork cannot start a privileged run. Automatic review triggered by pull-request events is not included in a fresh installation. To get review without typing a command, see Request a Review Automatically on Green CI.
No command merges a pull request. PRFlow prepares review-ready work and stops there.