/configure:dockerfile Check and configure Dockerfile against project standards with emphasis on minimal images , non-root users , and multi-stage builds . When to Use This Skill | Use this skill when... | Use another approach when... | |------------------------|------------------------------| | Checking Dockerfile compliance with standards | Just viewing Dockerfile (use Read tool) | | Creating Dockerfile from template | Dockerfile already follows all standards | | Validating image size, security, multi-stage builds | Need container runtime config (use ) | | Setting up minimal Alpine/slim-base…