What problem does it solve?
It solves the problem of submitting pull requests without consistent self-review, automated quality checks, or a well-structured PR description that makes review easier.
Core Features & Use Cases
- Self-review + automated checks: Performs a structured self-audit and then runs devflow code review checks (or fallback lint/build/test commands) before proceeding.
- Conventional PR drafting: Generates a PR draft with a conventional title format and a clear body including summary, changes, testing, and ticket reference.
- Guardrail-first PR creation: Prevents PR creation when checks fail unless the user explicitly approves, and supports large diffs by suggesting splitting.
- Use case: When preparing a feature branch, it helps you review your own changes, run quality gates, draft a reviewer-friendly PR, and then create the PR via GitHub CLI.
Quick Start
Ask to create a pull request for your current feature branch with devflow-driven self-review and checks.