概要
This skill empowers developers to write reliable, fail-safe Bash scripts by enforcing strict execution modes and defensive coding practices. It provides standardized patterns for error trapping, safe variable handling, atomic file operations, and robust argument parsing. By integrating these patterns, you can build production-ready CI/CD pipelines, system utilities, and deployment automation that handles edge cases gracefully, prevents data loss from word splitting, and ensures cleanup through signal handling, making shell automation significantly more maintainable and resilient.