The mav-bp-cicd skill provides a comprehensive framework for designing, configuring, and auditing CI/CD pipelines across any platform, including GitHub Actions, GitLab CI, and Azure DevOps. It establishes standardized pipeline stages—Validate, Build, Test, Package, and Deploy—while enforcing mandatory quality gates such as linting, type checking, and unit testing. By implementing these standards, teams ensure that artifacts remain immutable, secrets stay secure in platform stores, and production deployments are safely managed through human-gated promotion workflows. This skill is essential for maintaining high-velocity development cycles without sacrificing security or stability.
主要功能
01Mandatory quality gates for linting, type checking, and automated testing
026 GitHub stars
03Immutable artifact promotion strategies to ensure consistency across environments
04Standardized pipeline stage definitions and sequential ordering
05Secure secrets management protocols that prevent repository credential leaks
06Pipeline performance optimization through specific caching and parallelization rules
使用场景
01Auditing existing pipelines for security risks, performance bottlenecks, or missing gates
02Configuring a new CI/CD pipeline from scratch following industry best practices
03Standardizing deployment workflows and environment promotion across multiple repositories