CI/CD設定

Configure GitHub Actions or GitLab CI/CD pipelines for automated builds, tests, and deployments.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/y-nishizaki/skills --skill ci-cd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CI/CD設定
Source: https://github.com/y-nishizaki/skills/tree/main/src/devops/ci-cd-setup
Command: npx skills add https://github.com/y-nishizaki/skills --skill ci-cd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the entire software delivery lifecycle, from code integration to deployment, reducing manual errors, accelerating release cycles, and ensuring consistent quality across environments.

Core Features & Use Cases

  • Pipeline Configuration: Sets up CI/CD pipelines using GitHub Actions or GitLab CI/CD for automated builds, tests, and deployments.
  • Testing & Security Integration: Integrates unit, integration, E2E tests, static analysis, and vulnerability scans into the pipeline.
  • Automated Deployment Strategies: Implements advanced deployment techniques like Blue-Green or Canary releases to minimize risk.
  • Use Case: Configure a GitHub Actions pipeline for a Node.js application that automatically runs tests on every pull request and deploys to a staging environment upon merging to the develop branch.

Quick Start

Use the CI/CD設定 skill to create a basic GitHub Actions workflow that builds and runs tests for a Node.js project on every push to the main branch.