About
The Bash Script Reviewer skill automates the process of maintaining high-quality shell scripts by systematically identifying .sh files, running Shellcheck for static analysis, and enforcing organizational conventions. It leverages parallelized sub-agents to accelerate the review process, automatically fixes common linting errors, and applies context-aware rules that distinguish between executable scripts and library files (like utils.sh). This ensures your automation logic is robust, readable, and free of common shell pitfalls before you commit your code.