jules

Featured

Delegate coding tasks to Google Jules AI agent for asynchronous execution. Use when user says: 'have Jules fix', 'delegate to Jules', 'send to Jules', 'ask Jules to', 'check Jules sessions', 'pull Jules results', 'jules add tests', 'jules add docs', 'jules review pr'. Handles: bug fixes, documentation, features, tests, refactoring, code reviews. Works with GitHub repos, creates PRs.

Code & Development 422 stars 45 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
87
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Jules Task Delegation Delegate coding tasks to Google's Jules AI agent on GitHub repositories. ## Environment Variables | Variable | Required | Description | |----------|----------|-------------| | `JULES_API_KEY` | For API auth | API key from [jules.google.com/settings](https://jules.google.com/settings) | ## Setup (Run Before First Command) Two auth paths are available. Use **Path 1** for interactive use, **Path 2** for headless/agent use. ### Path 1: CLI (Interactive) #### 1. Install CLI ```bash which jules || npm install -g @google/jules ``` #### 2. Check Auth ```bash jules remote list --repo ``` If fails → tell user to run `jules login` (or `--no-launch-browser` for headless) ### Path 2: API Key (Headless / Agent Use) #### 1. Get API Key Get key from [jules.google.com/settings](https://jules.google.com/settings) (3-key limit per account). #### 2. Set Environment Variable ```bash export JULES_API_KEY="your-api-key" ``` #### 3. Verify ```bash curl -s -H "x-goog-api-key: $JULES_API_KEY" \ "https://jules.googleapis.com/v1alpha/sessions?pageSize=1" | head -20 ``` ### Common Setup (Both Paths) #### Auto-Detect Repo ```bash git remote get-url origin 2>/dev/null | sed -E 's#.*(github\.com)[/:]([^/]+/[^/.]+)(\.git)?#\2#' ``` If not GitHub or not in git repo → ask user for `--repo owner/repo` #### Verify Repo Connected Check repo is in `jules remote list --repo`. If not → direct to https://jules.google.com ## Commands (CLI) ### Create Tasks ```bash jules new "...

Details

Author
sanjay3290
Repository
sanjay3290/ai-skills
Created
8 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category