ticket-pipeline

Orchestrates autonomous software ticket resolution pipeline integrating Linear, GitHub, and Slack.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill ticket-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticket-pipeline
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/ticket-pipeline
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill ticket-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire lifecycle of a software ticket, from initial implementation and code review to CI/CD integration and merging, minimizing manual intervention and accelerating development cycles.

Core Features & Use Cases

  • Autonomous Workflow: Manages ticket work, local review, PR creation, CI watching, PR review loops, integration verification, and auto-merging.
  • Cross-Repo Handling: Intelligently splits large tasks across multiple repositories and orchestrates parallel execution.
  • Policy-Driven Automation: Customizable policies control auto-advance, commit behavior, PR creation, and merge strategies.
  • Use Case: A developer can initiate the pipeline for a ticket (e.g., OMN-1804), and the Skill will handle all subsequent steps, including writing code, creating a PR, ensuring CI passes, managing reviews, and merging the code, with Slack notifications at each stage.

Quick Start

Use the ticket-pipeline skill to run the pipeline for ticket OMN-1234.

Frequently Asked Questions about ticket-pipeline

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

FAQPage Schema
How do I automate software ticket resolution from implementation to merging?

Automating software ticket resolution involves orchestrating implementation, code review, CI/CD integration, and merging into a single pipeline. This Skill handles the entire lifecycle autonomously, minimizing manual intervention and accelerating development cycles across repositories.

Can I automate PR review loops and CI watching for GitHub tickets?

Yes, you can automate PR review loops and CI watching for GitHub tickets. The pipeline manages local review, PR creation, continuous integration monitoring, and integration verification, automatically advancing through workflow stages based on customizable policies.

How does cross-repository ticket automation handle large task splitting?

Cross-repository ticket automation intelligently splits large tasks across multiple repositories and orchestrates parallel execution. This approach ensures comprehensive task management while handling cross-repo dependencies during the autonomous workflow progression.

Do I need Linear and Slack integrations to run the ticket pipeline?

Yes, you need Linear, GitHub, and Slack integrations to run the ticket pipeline effectively. These connections are required for comprehensive task management, code repository control, and sending stage notifications throughout the automated workflow progression.

What are the best ways to customize auto-advance and merge policies in CI/CD pipelines?

Customizing auto-advance and merge policies in CI/CD pipelines is achieved through policy-driven automation. You can control commit behavior, PR creation, auto-advance triggers, and merge strategies to enforce specific workflow progression rules.

When should I avoid fully autonomous ticket workflows?

You should avoid fully autonomous ticket workflows when a task requires manual cross-repo dependency resolution or lacks clear implementation parameters. While the pipeline handles parallel execution, complex policy-driven merge strategies may still need human oversight.