From shell-scripting
Configures ShellCheck static analysis for shell script quality, including CI/CD integration, error code understanding, and rule configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/shell-scripting:shellcheck-configurationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Comprehensive guidance for configuring and using ShellCheck to improve shell script quality, catch common pitfalls, and enforce best practices through static code analysis.
Comprehensive guidance for configuring and using ShellCheck to improve shell script quality, catch common pitfalls, and enforce best practices through static code analysis.
Detailed pattern documentation lives in references/details.md. Read that file when the navigation tier above is insufficient.
--enable=all with careful exclusionsnpx claudepluginhub wshobson/agents --plugin shell-scriptingConfigures ShellCheck for static analysis of shell scripts. Covers installation, .shellcheckrc, environment variables, common error codes, and CI/CD integration.
Integrates ShellCheck into GitHub Actions CI/CD pipelines to validate bash scripts and Dockerfiles. Provides installation, workflows, and 2025 best practices for code quality.
Lints Bash scripts with Shellcheck for static analysis and formats with shfmt. Covers installation, common error codes, fixes, directives, and pre-commit hooks.