Reviews Bash/shell scripts for correctness, safety, idiomatic style, and portability. Checks set -euo pipefail, quoting, shellcheck issues, security (no eval, mktemp, path quoting), BATS test coverage, and formatting via shfmt. Invoked by code-reviewer for .sh/.bash/.zsh files.
$curl -o .claude/agents/bash-reviewer.md https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/bash-reviewer.mdInstalls into the current project.
Install bash-reviewer by running `curl -o .claude/agents/bash-reviewer.md https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/agents/bash-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/marvinrichter/clarc.