java/src/main/resources/targets/claude/skills/knowledge-packs/ci-cd-patterns/SKILL.md
CI/CD pipeline patterns: build stages, test parallelization, security scanning, artifact management, environment promotion, approval gates, caching strategies, and language-specific pipeline configurations.
npx skillsauth add edercnj/claude-environment ci-cd-patternsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides comprehensive CI/CD pipeline patterns for {{LANGUAGE}} {{FRAMEWORK}} projects using {{BUILD_TOOL}}, enabling automated build, test, security scan, artifact management, and deployment workflows. Covers pipeline stages, language-specific optimizations, caching strategies, environment promotion, and approval gates.
See references/github-actions-patterns.md for GitHub Actions workflow patterns, references/pipeline-security.md for pipeline security hardening, and references/caching-strategies.md for language-specific caching matrices.
Read these files for comprehensive CI/CD guidance:
| Reference | Content |
|-----------|---------|
| references/github-actions-patterns.md | GitHub Actions workflow structure, job dependencies, matrix builds, reusable workflows, composite actions, environment protection rules, concurrency control, and artifact handling |
| references/pipeline-security.md | Pipeline security hardening (SLSA compliance, provenance generation, artifact signing, OIDC authentication, least-privilege permissions, dependency pinning, secret scanning) |
| references/caching-strategies.md | Language-specific caching matrices for dependency and build caches, cache key strategies, cache invalidation patterns, and optimization techniques per build tool |
skills/release-management/ — versioning, artifact registry, and release signingskills/security/ — SAST, dependency scanning, and SBOM generation in pipelinesskills/infrastructure/ — Docker multi-stage builds and container image optimizationtools
Documentation automation v2: stack-aware generation from documentation.targets.
development
Generates or updates CI/CD pipelines per project stack with actionlint validation.
tools
Generates ADRs from architecture-plan mini-ADRs with sequential numbering and index update.
development
Formats source code; first step of the pre-commit chain (format -> lint -> compile).