--- name: check-bash description: Check bash script syntax without executing. Use before committing bash scripts or when verifying syntax correctness. --- # Check Bash Syntax Validate syntax without execution. ```bash .claude/skills/check-bash/scripts/check-bash.sh script1.sh script2.sh ``` For combined fix + check, use `fix-line-endings-check-bash`.