소개
This skill provides a specialized framework for enhancing automation reliability and performance within CI/CD pipelines and platform engineering tasks. By applying core patterns like idempotency—ensuring that repeated operations yield identical results—and work avoidance—leveraging change detection to bypass already completed tasks—it helps Claude generate code that is both resilient and highly efficient. It is particularly useful when designing resource provisioning scripts, build systems, or any automated process where reducing redundant execution time and preventing duplicate resource creation are critical priorities.