Skip to main content

Workflows

Each PRFlow workflow has a distinct responsibility:
  • Create an issue turns an idea or bug report into an implementation-ready GitHub issue.
  • Implement carries an existing issue through a review-ready pull request.
  • Review and fix assesses current changes and corrects verified findings.
  • Documentation keeps developer docs, public docs and release notes aligned with code.
Use the smallest workflow that matches your goal. For example, use /prflow:review when you only want an assessment and /prflow:review-and-fix when you also authorize local corrections.