write-pipeline

Generate CI/CD pipeline configurations for GitHub Actions, GitLab CI, and Azure Pipelines.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/hpsgd/claude-marketplace --skill write-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-pipeline
Source: https://github.com/hpsgd/claude-marketplace/tree/main/plugins/engineering/devops/skills/write-pipeline
Command: npx skills add https://github.com/hpsgd/claude-marketplace --skill write-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams automate CI/CD pipelines by generating a complete pipeline configuration tailored to their stack, reducing manual setup time and errors.

Core Features & Use Cases

  • Pipeline scaffolding for popular CI systems (GitHub Actions, GitLab CI, Azure Pipelines).
  • Stage design guidance with a recommended sequence: lint, build, unit tests, integration tests, security scanning, deployment.
  • Use Case: Create a pipeline for a Node.js monorepo with caching and matrix builds to speed up CI.

Quick Start

Provide a GitHub Actions workflow for your project by describing the stack and deployment targets.

Frequently Asked Questions about write-pipeline

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

FAQPage Schema
How do I generate a CI/CD pipeline for a Node.js monorepo with caching and matrix builds?

A CI/CD pipeline automates your software delivery process by defining repeatable stages for linting, building, testing, security scanning, and deployment. It ensures an auditable workflow tailored to your specific stack across supported platforms.

What is the recommended stage sequence for an automated build and deployment pipeline?

The recommended stage sequence for an automated build pipeline is lint, build, unit tests, integration tests, security scanning, and deployment. This sequence ensures code quality and stability before promoting changes to environment-specific deployment targets.

Does this CI/CD automation support GitHub Actions, GitLab CI, and Azure Pipelines?

Yes, this CI/CD automation supports pipeline scaffolding for GitHub Actions, GitLab CI, and Azure Pipelines. It generates tailored configurations for these popular CI systems to reduce manual setup time and configuration errors.

Can I use automated pipeline scaffolding for large codebases with mixed stacks?

Yes, you can use automated pipeline scaffolding for large codebases and mixed stacks. It generates a repeatable and auditable pipeline that handles complex project structures while specifying required stages like security scans and environment-specific deployments.

What's the best way to automate environment-specific deployment targets in a CI pipeline?

The best way to automate environment-specific deployment targets is by defining them in your pipeline configuration. The automation specifies required stages and supports multiple deployment targets to ensure repeatable and auditable releases across different environments.