بنقرة واحدة
jules-orchestration
Orchestrate GitHub issues and automated tasks via the Jules CLI remote interface.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Orchestrate GitHub issues and automated tasks via the Jules CLI remote interface.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | jules-orchestration |
| description | Orchestrate GitHub issues and automated tasks via the Jules CLI remote interface. |
gh CLI commands are sufficient for non-AI tasks (e.g., labeling, closing issues).Dispatch tasks to the Jules agent. Note that the --parallel flag triggers multiple agents to work on the same task description (useful for alternative solutions). To orchestrate different tasks, use individual commands or a shell loop.
# Correct pattern for multiple DIFFERENT tasks
jules remote new --session "Task A description"
jules remote new --session "Task B description"
# Using a shell loop for multiple tasks
for task in "Task A" "Task B"; do
jules remote new --session "$task"
done
# Redundant agents for the SAME task (generating alternatives)
jules remote new --parallel 3 --session "Complex refactor of module X"
Track the status of active sessions.
jules remote list --session (shows ID, status, and duration).jules without arguments to open the dashboard. Use this for real-time log monitoring and plan approval.jules remote cancel) to stop a running session.Awaiting Plan App or Paused status, you must enter the Jules TUI (jules) to interact with the agent or approve its implementation plan.--parallel), you can either ignore them or use the TUI to monitor which one progresses best. Do NOT pull from multiple sessions for the same task simultaneously.Once a session is completed, review the changes before merging.
jules remote pull --session <id> to fetch the code into your local branch.pull fails due to conflicts, resolve them locally or task Jules with the resolution: jules remote new --session "Resolve merge conflicts in the current branch."jules remote new --session "The previous pull for session <id> failed tests with error: [PASTE_ERROR]. Please fix."| Parameter | Default | Description |
|---|---|---|
--parallel | 1 | Number of concurrent AI sessions to run. |
--repo | (current) | The owner/repo path. Inferred if in a git dir. |
--session | (required) | The prompt/instruction for the agent. |
jules remote new --session "Implement the OTLP exporter as defined in ADR-0072 (plans/adr/0072-otlp-exporter.md)."
jules remote new --session "Run clippy on the whole project and fix all 'pedantic' warnings related to documentation."
GOAP-based orchestrator for managing GitHub issues, creating action plans, and executing workspace operations with branch/PR workflow.
Configure and troubleshoot npm OIDC Trusted Publishing for GitHub Actions. Use when npm publish fails with E404, OIDC errors, or provenance issues.
GitHub release management, crates.io trusted publishing, npm provenance, and GitHub Pages documentation. Use when creating releases, publishing packages, or deploying docs.
Git commit conventions, validation gates, and CI/CD workflows. Use when committing changes, verifying gates, or working with GitHub Actions.
Validate merge readiness with atomic commits and GitHub Actions checks using gh CLI; use for pre-merge verification and CI truth validation.
Apply TRIZ inventive principles to solve problems that seem to have no good solution. Use after triz-analysis has identified contradictions.