pipeline-run

Coordinate QA pipeline runs from Jira tickets and capture post-execution learnings.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill pipeline-run-juantoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-run
Source: https://github.com/JuantoC/BlueStack-Test-Automation-Framework/tree/main/.claude/skills/pipeline-run
Command: npx skills add https://github.com/JuantoC/BlueStack-Test-Automation-Framework --skill pipeline-run-juantoc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate end-to-end QA pipeline runs triggered by a Jira ticket and capture post-execution learnings.

Core Features & Use Cases

  • Ticket-driven orchestration: Accepts a Jira ticket key, triggers an orchestrator, and collects learning outputs.
  • Training-cycle guidance: Provides post-execution learning steps, error handling, and escalation flows.
  • Hands-off execution in training mode: Coordinates sub-agents to simulate a pipeline cycle while safeguarding real test runs.

Quick Start

Provide a Jira ticket like NAA-4467 or NAA-4188 to start a training pipeline run and observe the onboarding prompts.

Frequently Asked Questions about pipeline-run

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

FAQPage Schema
How do I trigger a QA pipeline run from a Jira ticket?

To trigger a QA pipeline run from a Jira ticket, you provide a Jira ticket key matching the NAA-\d+ format in your message. The pipeline parses the ticket key and routes the request through the QA orchestrator for execution.

What is ticket-driven QA orchestration and how does it capture learnings?

Ticket-driven QA orchestration coordinates end-to-end pipeline execution triggered by a Jira ticket key. It routes the run through a QA orchestrator and captures post-execution learning artifacts, storing the results under pipeline-logs.

Do I need to specify an environment when starting a training pipeline run?

You do not need to specify an environment when starting a training pipeline run. The environment parameter is optional and defaults to master if omitted, while optional credentials can also be provided during input extraction.

Can I use this QA orchestrator to simulate pipeline cycles without affecting real test runs?

Yes, you can use this orchestrator to simulate pipeline cycles in training mode without affecting real test runs. It coordinates sub-agents to guide post-execution learning steps, error handling, and escalation flows safely.

Why does my Jira ticket key format matter for QA pipeline automation?

The Jira ticket key format matters because the pipeline automation specifically parses for keys matching the NAA-\d+ pattern. Without a valid ticket key, the system cannot extract the necessary input to route the run through the QA orchestrator.

What limitations should I expect when running hands-off QA pipeline training cycles?

When running hands-off QA pipeline training cycles, expect limitations tied to the QA orchestrator contract and sub-agent coordination. The system focuses on training simulation and learning capture, safeguarding real test runs rather than executing production deployments.