What problem does it solve?
This Skill helps you run Spring Boot integration tests reliably in a Windows plus Podman setup, avoiding common failures such as missing Docker provider errors, Oracle container connection refusals, and flaky local-versus-CI mismatches.
Core Features & Use Cases
- Podman-aware test execution: Detects when code changes will trigger Testcontainers and advises when to stop or restart compose services.
- Environment repair guidance: Fixes
~/.testcontainers.properties to point at the correct Podman pipe so Testcontainers can connect.
- Failure diagnosis: Explains and resolves known issues like
DockerClientProviderStrategy errors, ORA-12541, and singleton container lifecycle bugs.
- Use case: Before pushing code, use this Skill to verify whether integration tests will start containers and to choose the safest run sequence for a green build.
Quick Start
Ask the Skill to check your Windows Podman setup and guide you through running Spring Boot integration tests without Docker provider or Oracle container errors.