goal-pipeline

Automate goal convergence and PR management on UberDev with bash scripting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides an autonomous convergence pipeline for managing goals within the UberDev platform, optimizing the workflow for issue resolution and PR management.

Core Features & Use Cases

  • Autonomous Convergence: Drives a 5-phase cycle pipeline for goal convergence, handling PR/issue state machines and backend dispatch.
  • Parallel Execution: Executes multiple tasks in parallel, including code review, simplification, and conflict resolution.
  • Goal Management: Manages goal states, including preflight, dispatch, watch, collect, and converge/halt phases.

Quick Start

To start the goal pipeline, use the command: /uberdev:goal <issue#>

Frequently Asked Questions about goal-pipeline

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

FAQPage Schema
How do I automate issue resolution and PR management for GitHub goals?

Automating issue resolution and PR management is handled by an autonomous convergence pipeline that drives a 5-phase cycle, utilizing bash scripting and the GitHub API for parallel execution and state management.

What is the goal convergence pipeline in UberDev?

The goal convergence pipeline is an autonomous 5-phase cycle within the UberDev platform that manages goal states from preflight and dispatch to watch, collect, and converge, optimizing issue and PR workflows.

How do I execute parallel tasks for code review and conflict resolution?

Executing parallel tasks for code review, simplification, and conflict resolution is achieved through the pipeline's backend dispatch mechanism, which runs multiple tasks concurrently during the convergence cycle.

Do I need bash 4 or higher to run the UberDev goal management pipeline?

Yes, bash version 4 or higher is required to run the UberDev goal management pipeline, as the automation scripts rely on its advanced features for execution and state management.

Can I use the GitHub API for autonomous PR state management?

Yes, the pipeline integrates directly with the GitHub API to handle PR and issue state machines autonomously, managing transitions throughout the preflight, dispatch, and convergence phases.

What's the best way to start a goal convergence cycle for an issue?

The best way to start a goal convergence cycle is by invoking the specific command with your target issue number, which triggers the autonomous pipeline to handle the goal from dispatch to convergence.