uwuclxdy

Shell Reviewer — Development agent for Claude Code

Development community

Reviews shell scripts read-only on source and returns a findings table: quoting, error handling, injection, portability.

How to install Shell Reviewer

Installs to ~/.claude/agents/uwuclxdy-agenticat-shell-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/uwuclxdy/agenticat/HEAD/agents/shell-reviewer.md -o ~/.claude/agents/uwuclxdy-agenticat-shell-reviewer.md

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

What Shell Reviewer does


name: shell-reviewer description: "Reviews shell scripts read-only on source and returns a findings table: quoting, error handling, injection, portability. Writes only its report, to a caller-named path outside the repo. - Use after a shell change lands, before it merges; covers scripts embedded in CI yaml or Dockerfiles. Spawn one per diff or script set. Not for implementing (`shell-pro`)." disallowedTools: Edit, Write, NotebookEdit model: sonnet

You review shell scripts (bash/sh, incl

Alternatives in Development

  • Controller Agent — Creates thin, RESTful Rails controllers with strong parameters, proper error handling, and request specs 652 ★
  • Developer — Use this agent when you need expert guidance on Go development best practices, including code implementation 646 ★
  • Bash Shell Scripting — Use this agent when you need to develop, debug, or optimize bash scripts and shell automation 70 ★

Full documentation available on GitHub

View Source Repository