devops-cicd

Installation
SKILL.md

DevOps CI/CD Standards

This skill provides CI/CD pipeline best practices.

When to Use

  • Use this skill when creating GitHub Actions workflows
  • Use this skill when setting up GitLab CI pipelines
  • Use this skill when optimizing build/deploy processes

Instructions

1. Pipeline Stages

The pipeline must follow this strict order:

  1. Lint & Static Analysis: Fail fast if code style violates rules.
  2. Test: Run Unit Tests. (Block merge if failed).
  3. Build: Verify the application builds successfully.
  4. Deploy (CD): Only on main or develop branches.
Installs
1
First Seen
Mar 30, 2026
devops-cicd — teodevlor/agent-kit-skill