with one click
docker-debugging
Docker container debugging and management. Use when investigating container issues, checking logs, resource usage, or Docker Compose services.
Menu
Docker container debugging and management. Use when investigating container issues, checking logs, resource usage, or Docker Compose services.
| name | docker-debugging |
| description | Docker container debugging and management. Use when investigating container issues, checking logs, resource usage, or Docker Compose services. |
| allowed-tools | Bash(python *) |
Docker commands run directly via the Docker CLI. No API keys are needed - the Docker socket must be accessible in the sandbox environment.
All scripts are in .claude/skills/infrastructure-docker/scripts/
python .claude/skills/infrastructure-docker/scripts/container_ps.py [--all]
python .claude/skills/infrastructure-docker/scripts/container_logs.py --container NAME_OR_ID [--tail 100]
python .claude/skills/infrastructure-docker/scripts/container_inspect.py --container NAME_OR_ID
python .claude/skills/infrastructure-docker/scripts/container_stats.py [--container NAME_OR_ID]
python .claude/skills/infrastructure-docker/scripts/image_list.py [--filter "reference=myapp*"]
python .claude/skills/infrastructure-docker/scripts/compose_ps.py [--file docker-compose.yml] [--cwd /path]
python .claude/skills/infrastructure-docker/scripts/compose_logs.py [--services "api,db"] [--tail 100]
1. List containers: container_ps.py --all
2. Check logs: container_logs.py --container <name> --tail 200
3. Check resources: container_stats.py --container <name>
4. Inspect config: container_inspect.py --container <name>
1. Check services: compose_ps.py
2. Check logs: compose_logs.py --services "api,worker" --tail 100
Kubernetes debugging methodology and scripts. Use for pod crashes, CrashLoopBackOff, OOMKilled, deployment issues, resource problems, or container failures.
GitLab project management, CI/CD pipelines, merge requests, and code review. Use when investigating GitLab projects, pipeline failures, merge requests, commits, or issues.
Slack integration for incident communication. Use when searching for context in incident channels, posting status updates, or finding discussions about issues.
ClickUp project management integration for incident tracking and task management
AWS cloud infrastructure inspection. Use when investigating EC2 instances, ECS tasks/services, Lambda functions, CloudWatch logs/metrics, or AWS resource issues.
Infrastructure debugging for Kubernetes and AWS. Use when investigating pod crashes, deployment issues, resource problems, container failures, or cloud infrastructure issues.