关于
This skill provides a comprehensive framework for writing fault-tolerant and reliable Bash scripts suitable for production environments. It focuses on implementing strict execution modes, systematic error trapping, and secure variable handling to prevent common pitfalls like word splitting or silent failures. By incorporating patterns for idempotency, structured logging, and safe temporary file management, it enables developers to build automation tools, CI/CD pipelines, and system utilities that are resilient, maintainable, and safe to run across diverse platforms.