home/categories/code-quality/regenrek-agent-skills-skills-shellck-skill-md
code-qualitytesting-security

shellck

Run shellcheck on shell scripts after editing scripts or when debugging shell errors. Use for linting scripts in a repo (especially scripts/), catching issues like set -u with unset vars, bad subshell usage, or quoting mistakes.

regenrek
maintainer
regenrek
Обновлено 1/18/2026
Звёзды
12
Форки
2
quick start

Installation and usage

Run shellcheck on shell scripts after editing scripts or when debugging shell errors. Use for linting scripts in a repo (especially scripts/), catching issues like set -u with unset vars, bad subshell usage, or quoting mistakes.

Установка
$ install --globalskills.sh
Использование

После установки вы можете использовать этот skill, выполнив следующую команду в терминале:

skills use shellck