概要
The Shell Script Review skill helps developers create robust, shell-neutral scripts that function predictably across different operating systems and shell environments. By identifying common pitfalls such as array indexing discrepancies (0-based vs. 1-based), variable expansion differences, and inconsistent script path detection, this skill ensures that automation tools work seamlessly on both Linux (typically Bash) and macOS (typically Zsh). It provides actionable workarounds and implementation patterns to reduce environment-specific bugs in CI/CD pipelines and local development workflows.