From shell-scripting
Guides ShellCheck configuration for static analysis of shell scripts, helping catch pitfalls, enforce best practices, and integrate linting into workflows.
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 yo-steven/agents-exploration-20260523 --plugin shell-scriptingConfigures ShellCheck static analysis for shell script quality, including CI/CD integration, error code understanding, and rule configuration.
Guides ShellCheck configuration, installation, .shellcheckrc setup, error codes, and integration for static analysis of bash/sh scripts. Use for linting in CI/CD, fixing issues, and ensuring portability.
Lints Bash scripts with Shellcheck for static analysis and formats with shfmt. Covers installation, common error codes, fixes, directives, and pre-commit hooks.