debug-container

Diagnose local container issues on Podman/Docker environments.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill debug-container
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-container
Source: https://github.com/RHEcosystemAppEng/agentic-plugins/tree/main/rh-developer/skills/debug-container
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-plugins --skill debug-container

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires container_list, container_inspect, container_logs, image_list, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Diagnose and fix common container issues on local systems, including image pull errors, container startup failures, and networking problems, saving time and frustration before deployment.

Core Features & Use Cases

  • Automated Diagnosis: Systematically diagnose container issues with steps like container inspection, log retrieval, image analysis, and resource constraint checking.
  • Use Case: Before deploying a container to production, use this skill to ensure it starts correctly and runs without issues, catching potential problems early in the development cycle.

Quick Start

Run the command /debug-container or use the phrase "container won't start" to start the diagnostic process.

Frequently Asked Questions about debug-container

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose why my Docker or Podman container won't start?

Diagnosing why a container won't start involves automating container inspection, retrieving logs, analyzing images, and checking resource constraints. This process catches image pull errors and configuration problems before deployment.

What is the best way to troubleshoot local container image pull errors and networking problems?

Troubleshooting local container image pull errors and networking problems is best handled by automating diagnostic checks. This systematically inspects container configurations and retrieves logs to pinpoint the root cause of the issues.

Can I use automated container diagnostics for pre-deployment testing on local systems?

Yes, you can use automated container diagnostics for pre-deployment testing on local systems. It ensures containers start correctly and run without issues by systematically checking images, logs, and resource constraints before production deployment.

Does container diagnosis work with both Podman and Docker environments?

Yes, container diagnosis works with both Podman and Docker environments. It requires access to Podman or Docker for container operations to automate inspection, log retrieval, image analysis, and resource checks.

How do I check for container configuration problems before deploying to production?

Checking for container configuration problems before production involves automating container diagnostics. This process inspects container states, retrieves logs, and analyzes images to catch potential issues early in the development cycle.

Why does my local container fail to run properly after deployment?

Your local container may fail to run properly due to image pull errors, startup failures, or networking problems. Automating container diagnostics inspects logs and resource constraints to identify the specific failure point.