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
Atualizado 1/18/2026
Estrelas
12
Forks
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.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use shellck