create-pipeline

Generate Harness v0 Pipeline YAML for CI/CD workflows.

1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/thisrohangupta/cursor-harness-plugin --skill create-pipeline-thisrohangupta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pipeline
Source: https://github.com/thisrohangupta/cursor-harness-plugin/tree/main/skills/create-pipeline
Command: npx skills add https://github.com/thisrohangupta/cursor-harness-plugin --skill create-pipeline-thisrohangupta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires harness-mcp-v2, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Harness v0 Pipeline YAML for CI/CD workflows, streamlining the process of setting up CI/CD pipelines in Harness.io.

Core Features & Use Cases

  • Automated Pipeline Creation: Generate v0 Pipeline YAML programmatically based on user input or codebase analysis.
  • CI/CD Automation: Automate the creation of CI/CD pipelines for continuous integration and deployment.
  • Use Case: Ideal for developers or DevOps engineers who need to quickly set up or update CI/CD pipelines within the Harness.io platform.

Quick Start

Use the /create-pipeline skill to generate a pipeline for your Node.js application.

Frequently Asked Questions about create-pipeline

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

FAQPage Schema
How do I generate Harness v0 Pipeline YAML for CI/CD workflows automatically?

To generate Harness v0 Pipeline YAML for CI/CD workflows automatically, use this Skill to analyze your codebase or accept user input to programmatically create the required pipeline configuration.

Can I create CI stages for Docker push and CD stages for Kubernetes in Harness.io?

Yes, you can create CI stages for build, test, and Docker push, alongside CD stages for Kubernetes, Helm, ECS, and serverless deployments within your Harness.io pipeline configuration.

Do I need the Harness MCP v2 server to automate pipeline creation?

Yes, you need the Harness MCP v2 server running to automate pipeline creation, as this Skill depends on it to handle codebase analysis and generate the v0 Pipeline YAML.

How do I add approval gates and matrix strategies to a Harness pipeline?

You can add approval gates and matrix strategies to a Harness pipeline by leveraging this Skill's automation features, which support parallel execution, matrix strategies, and failure rollback.

What is the best way to set up CI/CD pipelines for a Node.js application in Harness?

The best way to set up CI/CD pipelines for a Node.js application in Harness is using the /create-pipeline command to analyze your codebase and generate the v0 Pipeline YAML automatically.

Does automated Harness pipeline creation support failure rollback for deployments?

Yes, automated Harness pipeline creation supports failure rollback, allowing you to configure robust CI/CD workflows that safely handle deployment failures across various stages.