Bash Review banner
marvinrichter marvinrichter

Bash Review

Design community

Description

--- description: Bash/shell script review for safety, correctness, shellcheck compliance, and idiomatic style. Invokes the bash-reviewer agent. --- # Bash Script Review This command invokes the **bash-reviewer** agent for Bash/shell script review. ## What This Command Does 1. **Identify Shell Changes**: Find modified `.sh`, `.bash`, `.zsh` files via `git diff` 2. **Safety Checks**: `set -euo pipefail` presence, quoting, `eval` usage 3. **ShellCheck Compliance**: Static analysis via shellchec

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-bash-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-bash-review && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/bash-review.md -o ~/.claude/skills/marvinrichter-clarc-bash-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository