create_pull_request
Create a GitHub pull request for all tasks in the current branch. Auto-generates the PR description from work session logs, providing a complete summary of changes.
Instructions
Create a GitHub pull request for all tasks in the current branch. Generates PR description from work sessions. Requires GitHub integration configured for the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | PR title (optional - will auto-generate from tasks if not provided) | |
| baseBranch | No | Base branch to merge into (default: main) |