From idea-to-code
Structures shell test scripts for infrastructure like Docker, Docker Compose, and Kubernetes. Enforces behavioral tests via execution, cleanup scripts, and end-to-end CI workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/idea-to-code:testing-scripts-and-infrastructureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
IMPORTANT:
IMPORTANT:
test-scripts/test-health.sh that starts the application, waits for startup, curls /actuator/health, and asserts HTTP 200 with status UPShell scripts are for testing infrastructure such a docker, docker compose, kubernetes etc.
./test-scripts/test-end-to-end.sh, not individual test scriptsnpx claudepluginhub humansintheloop-dev/humansintheloop-dev-workflow-and-tools --plugin idea-to-codeProvides patterns for writing unit tests with Bats: error conditions, dependency mocking, shell compatibility, and parallel execution. Useful for shell script TDD and CI/CD test suites.
Provides patterns and best practices for writing shell script tests with Bats, including fixtures, edge cases, and CI/CD integration. Use for TDD or automated testing of shell scripts.
Guides bash/shell script testing using shunit2 (xUnit-style) and shellspec (BDD-style) frameworks. Covers installation, assertions, test structures, setup/teardown, and function isolation.