From rmyndharis-antigravity-skills
Writes and runs unit tests for shell scripts using Bats (Bash Automated Testing System), covering exit codes, output, setup/teardown, and CI integration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rmyndharis-antigravity-skills:bats-testing-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guidance for writing comprehensive unit tests for shell scripts using Bats (Bash Automated Testing System), including test patterns, fixtures, and best practices for production-grade shell testing.
Comprehensive guidance for writing comprehensive unit tests for shell scripts using Bats (Bash Automated Testing System), including test patterns, fixtures, and best practices for production-grade shell testing.
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.npx claudepluginhub rmyndharis/antigravity-skills10plugins reuse this skill
First indexed Jun 2, 2026
Showing the 6 earliest of 10 plugins
Provides patterns and best practices for testing shell scripts with Bats (Bash Automated Testing System). Use for unit testing, TDD, and CI/CD pipeline integration.
Guides Bats patterns for unit testing shell scripts, covering fixtures, exit codes, output, side effects, TDD, edge cases, and CI/CD setup.
Provides patterns for writing comprehensive unit tests for shell scripts using Bats, including error handling, fixtures, and CI/CD integration.