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/ia-dev-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 optimizationtesting
Scaffolds a Helidon SE/MP service with routing, health, config, Dockerfile, and tests.
tools
Generates a Picocli @Command with subcommands, options, converters, and unit tests.
testing
Scaffolds a Micronaut service with @Controller, DI, health, Dockerfile, and tests.
testing
Scaffolds a Helidon SE/MP service with routing, health, config, Dockerfile, and tests.