shellcheck
Installation
SKILL.md
Shellcheck
Validate shell scripts (.sh, bash, sh, dash, ksh) for syntax
errors, common bugs, quoting issues, and portability problems. Catches
errors that would otherwise only surface at runtime.
What this skill does
- Checks if
shellcheckis available; guides installation if missing. - Detects project-specific
.shellcheckrcor falls back to a sensible default config. - Validates shell scripts for syntax, quoting, security, portability, and best practice issues.
- Reports errors with specific SC codes and concrete fixes.
Installation check
Related skills