一键导入
jules-api
调用 Google Jules API 进行远程代理协作编程。适用于跨仓库重构、自动 PR 生成、以及需要利用 Google 强大远程代理能力的场景。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
调用 Google Jules API 进行远程代理协作编程。适用于跨仓库重构、自动 PR 生成、以及需要利用 Google 强大远程代理能力的场景。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
行为驱动开发编译器 (BDDC)。使用此技能通过 DSL 管理 BDD 测试,该 DSL 可编译为 ExUnit 测试。包括从 .dsl 文件生成测试、验证指令集以及通过 lint 确保测试质量。
Create and use Mix.install standalone scripts for debugging Elixir code, testing APIs, exploring libraries, and isolating problems. Use when you need to test third-party integrations, verify library behavior, debug signatures, or prototype solutions outside the main project.
Remote debugging for BEAM/Elixir in production-like environments. Use when you need to enter a live container or host via kubectl exec or ssh to run IEx/remote RPC, reproduce issues, and collect telemetry/metrics safely with human-in-the-loop approval.
Invoke external agent CLIs (codex/gemini/claude) via shell from chat.
Manage Elixir dependencies at runtime using Mix
Build professional, full-stack Phoenix LiveView prototypes in a single file. Ideal for temporary page demos, interactive feature archival, and standalone UI documentation.
| name | jules-api |
| description | 调用 Google Jules API 进行远程代理协作编程。适用于跨仓库重构、自动 PR 生成、以及需要利用 Google 强大远程代理能力的场景。 |
此技能允许 Gemini CLI 直接指挥远程 Jules 代理执行复杂的编程任务。
GET /v1alpha/sources 确认仓库名。POST /v1alpha/sessions 发起任务。推荐开启 AUTO_CREATE_PR。GET /activities 获取实时反馈。sendMessage 或 approvePlan 进行干预。JULES_API_KEY 获取 API 密钥。X-Goog-Api-Key: $JULES_API_KEY。关于 API 的具体参数和响应结构,请务必参阅 api_docs.md。
"激活 jules-api,帮我看看现在能对哪些仓库进行操作。"
"使用 jules-api 在 sources/github/user/repo 启动一个会话,任务是 '将所有 React 组件转换为 TypeScript',并自动提交 PR。"
"查询会话 sessions/12345 的最新活动,看看进度如何了。"