jules-cli
Installation
SKILL.md
Jules CLI Skill
Quick Start
# 1. Verify available repos (pre-flight check)
jules remote list --repo
# 2. Submit a task and wait for completion
./scripts/jules_submit.py --repo GITHUB_USERNAME/REPO "Your task description"
Note: Use your GitHub username/org, not your local system username (e.g., octocat/Hello-World, not $USER/Hello-World).
Overview
This skill enables the agent to interact with the jules CLI. It supports task assignment, session monitoring, and result integration (pulling patches from completed sessions).