CI CD Pipeline Review

Reviews a project's CI/CD pipeline mechanics and deployment practice for reliability and safety — not the security content of the application itself. Covers build reproducibility (pinned tool/runtime versions, pinned third-party CI actions/plugins vs. mutable tags), test gating (does a test failure actually block merge/deploy, are required checks enforced at branch-protection level), secrets handling within the pipeline configuration (platform secret store vs. hardcoded, log-printing risk, scoping, fork-PR exposure), CI job permissions and production deployment approval gates, deployment strategy and safety (blue-green/canary/rolling vs. hard cutover, rollback path, post-deploy health checks/smoke tests, feature flags), environment parity and promotion (build-once-promote-many vs. rebuild-per-environment, config/artifact separation), artifact provenance and integrity (signing/checksums, commit-to-deploy traceability, pinned minimal base images), pipeline observability (failure notifications, run-time/failure-

finnley07 Updated

File contents

finnley07/AI-SKILLHUB/tree/main/ci-cd-pipeline-review commit c9bfd68bb4

Frequently asked questions

npx skillmds@latest add finnley07/ci-cd-pipeline-review