uberdev-cmd-goal

Automates GitHub issue convergence and merging using autonomous loops with circuit breakers.

2|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/TheFJK/UberDev --skill uberdev-cmd-goal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uberdev-cmd-goal
Source: https://github.com/TheFJK/UberDev/tree/main/codex/uberdev-codex/skills/uberdev-cmd-goal
Command: npx skills add https://github.com/TheFJK/UberDev --skill uberdev-cmd-goal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of driving GitHub issues to merge by using autonomous loops, simplifying the workflow for issue resolution and merging.

Core Features & Use Cases

  • Autonomous Convergence Loop: Dispatches /uberdev:orchestrator --turbo for solving and pushing PRs, followed by auto /review-pr and /merge if GREEN, recursing on BLOCKER/CRITICAL issues.
  • Circuit Breakers: Implements circuit breakers for convergence and failure scenarios, including max_cycles, nonconvergence, stuck_loop, and merge_failed.
  • Scoped Relaxations: Applies scoped relaxations to global UberDev rules, allowing /merge auto-chain inside /goal and non-interactive orchestrator runs.
  • Permission Handling: Runs dispatched agents in bypassPermissions mode to avoid permission stalls.
  • Execution Contract: Requires bash ≥ 4 for glob expansion and proper execution.

Quick Start

Run the goal command with the issue number you want to automate: uberdev:goal <issue#>

Frequently Asked Questions about uberdev-cmd-goal

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

FAQPage Schema
How do I automate GitHub issue convergence and merging?

Automating GitHub issue convergence uses an autonomous loop to drive issues to merge by dispatching solving and pushing PRs, followed by auto review and merge if checks pass, recursing on BLOCKER or CRITICAL issues.

What are circuit breakers in autonomous issue resolution loops?

Circuit breakers in autonomous issue resolution loops are safety mechanisms that halt execution for max_cycles, nonconvergence, stuck_loop, and merge_failed scenarios to prevent infinite or failing runs.

How do I handle BLOCKER or CRITICAL review-pr-finding issues automatically?

Handling BLOCKER or CRITICAL review-pr-finding issues automatically requires an autonomous loop that recurses on these specific issue types after dispatching solving and pushing PRs.

Do I need bash 4 or higher to run autonomous merge automation scripts?

Bash 4 or higher is required to run autonomous merge automation scripts because the execution contract depends on bash glob expansion for proper script execution.

Why does my autonomous merge loop stall on permission requests?

Autonomous merge loops stall on permission requests when dispatched agents are not run in bypassPermissions mode, which is required to avoid permission stalls during the convergence process.

Can I chain auto merge commands inside a goal command for GitHub issues?

Chaining auto merge commands inside a goal command for GitHub issues is possible through scoped relaxations applied to global rules, allowing merge auto-chain and non-interactive orchestrator runs.