deploy-pipelines

Generate GitHub Actions CI/CD pipelines for Node.js/TypeScript applications.

3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill deploy-pipelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-pipelines
Source: https://github.com/mauriciodelrio/delriodev-skills/tree/main/es-skills/software/deploy-pipelines
Command: npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill deploy-pipelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many teams struggle to set up consistent, secure CI/CD pipelines for Node.js/TypeScript projects, leading to manual deployments, secret leakage, and unreliable release processes.

Core Features & Use Cases

  • Standardized pipeline stages: install, lint, type check, test, build, deploy.
  • Vercel and AWS SST deployments: ready-to-use GitHub Actions workflows.
  • Preview environments: automatic preview URLs for each pull request.
  • Secure secret management: OIDC for AWS, GitHub Secrets for all environments.
  • Rollback and deployment strategies: blue/green, canary, rolling, with quick recovery procedures.

Quick Start

Ask the deploy-pipelines skill to generate a complete GitHub Actions CI workflow for a new Node.js/TypeScript project.

Frequently Asked Questions about deploy-pipelines

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

FAQPage Schema
How do I set up a GitHub Actions CI/CD pipeline for a Node.js TypeScript project?

A GitHub Actions CI/CD pipeline for Node.js TypeScript projects should include standardized stages: install, lint, type check, test, build, and deploy. This ensures consistent automation from code commit to production release.

Can I use GitHub Actions to deploy Node.js applications to AWS via SST?

Yes, GitHub Actions can deploy Node.js applications to AWS via SST using OIDC authentication for secure access. The pipeline manages environment variables through GitHub Secrets across different deployment targets.

How do preview environments work for pull requests in CI/CD pipelines?

Preview environments generate automatic preview URLs for each pull request, allowing teams to test changes in isolation before merging. They support both Vercel and AWS SST deployments for Node.js and TypeScript applications.

What deployment strategies are supported for automated Node.js releases?

Supported deployment strategies include blue-green, canary, and rolling deployments. The pipelines also provide rollback capabilities with quick recovery procedures to ensure reliable and safe production releases for Node.js applications.

How do I securely manage AWS secrets in a GitHub Actions workflow?

To securely manage AWS secrets in GitHub Actions workflows, use OIDC authentication for AWS access instead of long-lived keys. Store all environment-specific credentials in GitHub Secrets to prevent secret leakage during CI/CD execution.

Does this CI/CD pipeline generation work with Vercel for TypeScript projects?

Yes, this CI/CD pipeline generation works with Vercel for TypeScript projects. It provides ready-to-use GitHub Actions workflows handling the complete build and deploy lifecycle, including automated preview environments for pull requests.