pipeline-run

Coordinate multi-stage development pipelines by reading JSON state files and spawning agents.

4|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/johnrtipton/pipeline-skills --skill pipeline-run-johnrtipton
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pipeline-run
Source: https://github.com/johnrtipton/pipeline-skills/tree/main/skills/pipeline-run
Command: npx skills add https://github.com/johnrtipton/pipeline-skills --skill pipeline-run-johnrtipton

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution and management of complex multi-stage pipelines, ensuring reliable progress tracking and quality enforcement.

Core Features & Use Cases

  • Pipeline Stage Execution: Reads pipeline state files and spawns agents to execute pending stages.
  • Progress Management: Tracks and updates pipeline state automatically, enabling resumption after interruptions.
  • Use Case: When managing continuous deployment workflows, use this Skill to coordinate environment setup, testing, review, and merging seamlessly.

Quick Start

Run the /pipeline-run command to continue executing your current pipeline stage or to start a new stage from the state file.

Frequently Asked Questions about pipeline-run

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

FAQPage Schema
How do I automate multi-stage build pipelines for code deployment?

Multi-stage build pipelines are automated by reading state files, spawning agents for pending stages, and updating progress. This coordinates environment setup, testing, review, and merging seamlessly.

How does pipeline resumption work after an interruption?

Pipeline resumption works by tracking and updating state in JSON files. When an interruption occurs, the system reads the current state file to execute the pending stage without losing progress.

How do I enforce quality gates in a continuous deployment workflow?

Quality gates are enforced during pipeline stage execution by monitoring status and detecting errors. This ensures code deployment stages like testing and review meet requirements before merging.

Can I handle parallel stage execution in a development pipeline?

Parallel stages in a development pipeline are handled by spawning multiple agents simultaneously. The system coordinates these concurrent stages while tracking overall execution status.

What do I need to set up before running a multi-stage deployment pipeline?

Multi-stage deployment pipelines require the ability to spawn agents, read and write JSON state files, and monitor execution status. These capabilities allow proper pipeline coordination and progress tracking.