Write production Bash scripts safely
bash-proskillsetup L1★53
promovaweb/setupvibe ↗What it does
Write defensive production Bash
Best for
Production automation scripts requiring strict error handling, portability, and defensive input parsing.
Requires
- · Bash
Failure modes
- · Page/resource not found or inaccessible
- · Rate limiting or API throttling
Trust signals
- · Includes test/validation steps
- · Comprehensive error handling and pre-execution checks
- · Safety and portability best practices documented