Skip to content

create pr

Overview

Command: r2r eac create pr Purpose: Create pull request with AI-generated description Category: create

Syntax

r2r eac create pr [--title <title>] [--body <body>]

Options

Flag Description
--title Override PR title
--body Override PR body

Examples

# Create PR with AI description
r2r eac create pr

# Manual title
r2r eac create pr --title "Add authentication feature"

# Check branch commits first
git log main..HEAD --oneline
r2r eac create pr

See Also


Tutorials | How-to Guides | Explanation | Reference

You are here: Reference — information-oriented technical descriptions of the system.