关于
This skill provides comprehensive guidance for writing enterprise-ready Bash scripts by enforcing strict error handling, variable safety, and idempotent design. It helps developers avoid common pitfalls like silent failures, word-splitting bugs, and unsafe temporary file handling, making shell scripts reliable enough for critical CI/CD pipelines and system utilities. By incorporating patterns for structured logging, signal handling, and dry-run support, it transforms fragile scripts into maintainable, production-quality software components.