orchestrate-v3

Orchestrate PR-based pipelines with engineering review gates and milestone handling.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/drdatarulz/TI-Engineering-Standards --skill orchestrate-v3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrate-v3
Source: https://github.com/drdatarulz/TI-Engineering-Standards/tree/main/skills/archive/orchestrate-v3
Command: npx skills add https://github.com/drdatarulz/TI-Engineering-Standards --skill orchestrate-v3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates PR-based pipelines with engineering review gates, milestone-aware progress, and built-in observability across ticket lifecycles.

Core Features & Use Cases

  • Gate-driven PR workflows: refine → implement → review → integration tests → review → merge → close.
  • Milestone-aware progress: hard stops on milestone-labeled issues to ensure milestone integrity.
  • Per-ticket observability: token and duration tracking across stages to improve traceability and accountability.

Quick Start

Configure the orchestrator to manage PR-based pipelines with milestone gates and observability.

Frequently Asked Questions about orchestrate-v3

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

FAQPage Schema
How do I automate PR-based pipelines with engineering review gates?

Automating PR-based pipelines with engineering review gates involves orchestrating ticket lifecycles from refine through implement, review, integration tests, and merge to close. This Skill provides stage-based automation and configurable supervised or autonomous execution modes to control the workflow.

What is milestone-aware progress in pull request workflows?

Milestone-aware progress enforces hard stops on milestone-labeled issues to ensure milestone integrity. It prevents tickets from advancing through the pipeline until milestone requirements are satisfied, maintaining structured progress across the software delivery lifecycle.

How do I track per-ticket observability across pipeline stages?

Per-ticket observability tracks token usage and duration across pipeline stages to improve traceability and accountability. It monitors the refine, implement, and review phases to provide visibility into the execution metrics of individual tickets.

Does this pipeline orchestrator integrate with GitHub project boards?

Yes, the pipeline orchestrator integrates with GitHub project boards to manage ticket progression. It synchronizes milestone-labeled issues and PR review gates directly with the project board to maintain visibility across the engineering workflow.

Can I run PR review workflows in supervised or autonomous mode?

Yes, PR review workflows support configurable supervised or autonomous execution modes. Supervised mode provides controlled execution with manual oversight, while autonomous mode allows the orchestrator to advance tickets through gates automatically.