/configure:container Check and configure comprehensive container infrastructure against project standards with emphasis on minimal images , non-root users , and security hardening . When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Auditing container infrastructure compliance (Dockerfile, workflows, scanning) | Writing a Dockerfile from scratch ( ) | | Checking multi-stage builds, non-root users, and security hardening | Configuring Kubernetes deployments ( ) | | Setting up container build workflows wit…