Skip to main content
Create a pull request on GitHub for a branch, without leaving the app. The title and description can be written by your local Claude Code CLI.

Where to start

  • The Create pull request button sits after Push, Pull, Fetch, and Stash in the right sidebar header. The head branch is the current branch.
  • Create pull request… is in the local branch’s submenu when you right-click a commit in the graph. The head branch is that branch.

The Create Pull Request dialog

The Create Pull Request dialog, with the Head branch line reading origin/feature/rate-limits ← feature/rate-limits, main selected as the Base branch, a filled Title and Description, a Write with AI button below them, and Create as draft and Open on GitHub checkboxes beside the Cancel and Create pull request buttons
1

Pick the base branch

Head branch is the branch you opened the dialog from. Base branch lists the repository’s default branch first, then the branches of the selected remote.
2

Write the title and description

Type into Title and Description, or click Write with AI. Only the title is required.
3

Create it

Turn on Create as draft or Open on GitHub as you like, then click Create pull request. If the branch is missing on the remote, it’s pushed first.
The pull request is created with the GitHub account chosen for the repository in Settings → Projects → Account, or the Default account from Settings → ParalleLane → Git. If no GitHub account is set, or the selected account is for another host, an error toast appears and the dialog stays open. Accounts & authentication covers adding one.

Writing with AI

Write with AI runs the Claude Code CLI installed on your computer and fills in Title and Description from the branch’s changes. The CLI runs on your computer and uses your own Claude Code sign-in. Edit the result as you like, or click Rewrite with AI for another attempt. If you close the dialog while a draft is running, a toast asks you to confirm with Cancel and close.
When Claude Code is missing, Write with AI is disabled and its tooltip points to Settings › AI.

Settings → ParalleLane → AI

The AI settings screen, with the Claude Code row carrying a Detected badge and a Check again button above the resolved path and version, followed by the Executable path, CLI arguments, and Prompt rows
Changes apply to the next draft.