| name | container-build-assessment |
| compatibility | ["github-copilot-cli"] |
| description | Assess Docker build readiness with composable scripts that analyze Dockerfile structure, inspect dependency footprint, estimate image size, and report security posture in structured JSON suitable for automation and remediation planning. USE FOR: reviewing Dockerfile structure before containerization, estimating image-size and dependency risk, generating machine-readable build assessment output, and identifying container security posture gaps. DO NOT USE FOR: deploying containers to production, replacing runtime penetration tests, or authoring application feature code. |
| category | infrastructure |
| scripts | [{"name":"analyze-dockerfile","description":"Parse Dockerfile structure and detect common build issues.","entrypoint":"scripts/analyze-dockerfile.ps1","inputs":[{"name":"DockerfilePath"}]}] |
| metadata | {"category":"infrastructure","maturity":"stable","audience":["developer"]} |
| allowed-tools | [] |
Container Build Assessment
This skill runs four scripts in order to produce a structured container build assessment.
Usage
Run all steps:
./scripts/orchestrate-skill-scripts.ps1 `
-SkillPath skills/container-build-assessment/SKILL.md `
-DockerfilePath ./Dockerfile `
-AppRoot .
Run one step:
./scripts/orchestrate-skill-scripts.ps1 `
-SkillPath skills/container-build-assessment/SKILL.md `
-Step analyze-dockerfile `
-DockerfilePath ./Dockerfile
Output
The orchestrator returns step-by-step JSON plus a final consolidated result.