Help us improve
Share bugs, ideas, or general feedback.
From dockercraft
Use when checking Docker configuration for security gaps, performance issues, or production readiness problems in Dockerfile or docker-compose.yml
npx claudepluginhub jugrajsingh/skillgarden --plugin dockercraftHow this skill is triggered — by the user, by Claude, or both
Slash command
/dockercraft:auditingThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive audit of Dockerfile and docker-compose.yml against best practices.
Applies C++ Core Guidelines to write, review, or refactor C++ code. Enforces modern, safe, and idiomatic practices for C++17/20/23.
Share bugs, ideas, or general feedback.
Comprehensive audit of Dockerfile and docker-compose.yml against best practices.
Read references/audit-checks.md for the full checklist. Four categories:
Glob: Dockerfile, Dockerfile.*, docker-compose*.yml, docker-compose*.yaml, .dockerignore
For each file found, evaluate all relevant checks.
For detailed Dockerfile analysis, dispatch the dockerfile-reviewer agent:
Task: dockerfile-reviewer agent
Input: Dockerfile path and optional compose path
Output: Structured review with severity levels
Use the audit-report.md template. Fill in:
After presenting the report, ask via AskUserQuestion:
| Priority | Criteria |
|---|---|
| High | Security: root user, secrets in image, no .dockerignore |
| Medium | Performance: no multi-stage, no cache mounts, large base image |
| Low | Production: missing HEALTHCHECK, shell form CMD, no resource limits |