You are helping the user test containerized services. Follow these steps:
/plugin marketplace add Lobbi-Docs/claude/plugin install container-workflow@claude-orchestration# Instructions for Claude: Container Integration Testing You are helping the user test containerized services. Follow these steps: ## 1. Parse Arguments Extract from the user's request: - **service-name**: Optional. Specific service to test (e.g., `api`, `web`) - **--compose-file**: Optional. Path to docker-compose file (default: `docker-compose.yml`) ## 2. Locate Configuration Find the compose file: - Check specified path if provided - Search for `docker-compose.yml`, `docker-compose.yaml` - Check `docker-compose.test.yml` for test-specific configuration Read and parse the compose fi...