Client Command Syntax
This page is for local users switching between supported coding clients. The command names are the same, but each client uses a different namespace separator.Syntax Table
Replace
<skill> with names such as create-issue, implement, review, review-and-fix, docs or init.
Always Use the Namespace
Command names such asreview and init can collide with commands built into a coding client. Always include the prflow namespace. A bare client command can invoke a different tool with different behavior.
Local commands use only the current prflow namespace. The former /devflow:* namespace survives only as a compatibility alias for supported GitHub cloud comment triggers. Do not use it for local commands.
Commands Available Locally
The installed plugin exposes its public workflows locally, including:create-issueandimplementfor issue-driven delivery.reviewandreview-and-fixfor assessment and correction.pr-descriptionfor pull-request descriptions.docsand the focused documentation commands.retrospective-weeklyfor the self-improvement loop.initfor repository setup and refresh.
implement and authorized review. Run configuration, issue authoring, direct review-and-fix, pull-request description, documentation and retrospective workflows locally.
Arguments Follow the Skill Name
Arguments keep the same meaning across clients. Only the prefix and separator change:
See the Workflow Guides for each command’s inputs and outcomes.