概要
The Shell Script Reviewer skill provides specialized logic to identify and fix compatibility issues in shell scripts, focusing primarily on the discrepancies between Bash and Zsh. It enforces shell-neutral implementation patterns for array indexing, script path detection, and variable expansion while discouraging redundant existence checks for Git-tracked files. This skill is essential for developers creating portable automation tools, CI/CD pipelines, and developer environments that must function predictably across different default shells.