jules_sync_prs
Extract patches from completed coding sessions, verify them locally with specified tests, and open GitHub pull requests.
Instructions
Run local autopilot: extract patches, verify locally with tests, and open GitHub PRs via 'gh'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | No | Optional local repo path to test and apply against (e.g. '/root/projects/agent-brain'). | |
| session_id | No | Optional specific session ID to process. If omitted, scans all completed sessions. | |
| test_command | No | Optional verification command (e.g. 'npm test' or 'pytest'). |