> ## Documentation Index
> Fetch the complete documentation index at: https://prflow.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# PRFlow

> Turn a GitHub issue into a reviewed, documented, merge-ready pull request.

# Ship the PR, not the cleanup

PRFlow is a Claude Code plugin that carries a GitHub issue through implementation, testing, review and documentation. You stay in control of the final review and merge.

<CardGroup cols={2}>
  <Card title="Get started" icon="rocket" href="/docs/getting-started/index">
    Install PRFlow and complete your first workflow.
  </Card>

  <Card title="View on GitHub" icon="github" href="https://github.com/The01Geek/prflow">
    Explore the source, releases and issue tracker.
  </Card>
</CardGroup>

## One request, four disciplined phases

<Steps>
  <Step title="Create">
    Turn a rough idea into an implementation-ready GitHub issue.
  </Step>

  <Step title="Implement">
    Plan against the real codebase, write the change and run the required tests.
  </Step>

  <Step title="Review">
    Find and fix defects through independent review passes.
  </Step>

  <Step title="Document">
    Update internal documentation, public guidance and release notes alongside the code.
  </Step>
</Steps>

PRFlow produces a review-ready pull request for your final human review. It does not automatically merge your work.
