cicd-pipelines

Design CI/CD pipelines with Jenkins and GitHub Actions templates.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/HTRTan/paperclip-skills --skill cicd-pipelines-htrtan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd-pipelines
Source: https://github.com/HTRTan/paperclip-skills/tree/main/skills/cicd-pipelines
Command: npx skills add https://github.com/HTRTan/paperclip-skills --skill cicd-pipelines-htrtan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides guidance, templates, and best practices to design, implement, and maintain CI/CD pipelines using Jenkins and GitHub Actions, helping teams accelerate software delivery and ensure reliability.

Core Features & Use Cases

  • Pre-built Jenkins declarative pipeline templates and GitHub Actions workflows for multi-language projects.
  • Built-in best practices for triggers, environments, parallelism, matrix builds, and security considerations.
  • Use cases include writing Jenkinsfiles or workflows, creating reusable templates, and troubleshooting failing pipelines.

Quick Start

Create a CI/CD pipeline template for a Node.js project using Jenkins or GitHub Actions and tailor the steps for build, test, and deploy.

Frequently Asked Questions about cicd-pipelines

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

FAQPage Schema
How do I create a CI/CD pipeline template for a multi-language project?

You can create a CI/CD pipeline template for a multi-language project using pre-built Jenkins declarative pipeline templates and GitHub Actions workflows, tailoring the steps for build, test, and deploy scenarios. These templates provide reusable configurations.

How do I set up matrix builds and conditional workflows in GitHub Actions?

Setting up matrix builds and conditional workflows in GitHub Actions involves using built-in best practices for triggers, environments, and parallelism. This skill provides configuration examples and guidance to help you implement these complex workflow structures.

What is the best way to troubleshoot a failing Jenkins build?

The best way to troubleshoot a failing Jenkins build is to use provided guidance on pipeline maintenance and best practices. This skill includes specific use cases for troubleshooting failing pipelines and resolving configuration issues in Jenkinsfiles.

Can I use this for multi-branch CI/CD pipelines in Jenkins?

Yes, you can use this for multi-branch pipelines in Jenkins. The skill is specifically applicable to multi-branch pipeline configurations, covering build, test, and deployment scenarios across different branches using declarative templates.

How do I configure triggers and post-build actions in a Jenkinsfile?

Configuring triggers and post-build actions in a Jenkinsfile requires applying specific best practices and configuration examples. This skill offers guidance on setting up triggers, managing environments, and defining post-build actions for your pipelines.