jules

Coordinate Jules AI coding sessions to dispatch tasks and collect results.

1|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/nq-rdl/agent-extensions --skill jules-nq-rdl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jules
Source: https://github.com/nq-rdl/agent-extensions/tree/main/skills/jules
Command: npx skills add https://github.com/nq-rdl/agent-extensions --skill jules-nq-rdl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Coordinate Jules AI coding sessions to dispatch tasks and collect results.

Core Features & Use Cases

  • Orchestrate parallel Jules sessions for multi-issue workflows for cross-repo collaboration.
  • Monitor session lifecycles, fetch outputs, and automatically create PRs from completed patches.
  • Use case: Dispatch a set of issues, track progress, and stack PRs in order of dependency.

Quick Start

Run jules orchestrate parse-issues --repo owner/repo <issue-numbers> to build the issue graph, then dispatch sessions for each issue and monitor results until patches are ready for PRs.

Frequently Asked Questions about jules

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I orchestrate multiple AI coding sessions across GitHub repositories?

You can orchestrate multiple AI coding sessions across GitHub repositories by dispatching parallel Jules tasks, monitoring session lifecycles, and automatically generating pull requests from the completed patches.

How do I parse and dispatch GitHub issues for automated patch generation?

To parse and dispatch GitHub issues, run the orchestrate command with your repository name and issue numbers to build an issue graph, then start sessions and monitor them until patches are ready for pull requests.

Can I run parallel Jules sessions to handle multi-issue workflows?

Yes, you can run parallel Jules sessions to handle multi-issue workflows, allowing you to track progress for cross-repo collaboration and stack pull requests in the correct order of dependency.

What do I need to configure before starting Jules AI coding sessions?

Before starting Jules AI coding sessions, you need to configure your Jules REST API key and set up project-context utilities to feed prompts and CLAUDE.md guidance to the Go CLI wrapper.

Does this AI coding orchestration tool automatically create pull requests?

Yes, this AI coding orchestration tool automatically creates pull requests by monitoring session lifecycles, fetching outputs, and submitting the completed patches directly to your GitHub repositories.