About
This skill integrates ShellCheck v0.11.0 into the modern development lifecycle, ensuring shell scripts are secure, performant, and compliant with POSIX.1-2024 standards. It provides ready-to-use configurations for GitHub Actions, Azure DevOps, and Git hooks, while enforcing strict coding patterns such as the 50-line Google Shell Style Guide limit and the 'errexit, nounset, pipefail' error-handling trio. By automating static analysis and providing domain-specific guidance for Bash 5.3, it helps teams eliminate subtle bugs and security vulnerabilities before they reach production.