Shell Reviewer — Development agent for Claude Code
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
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 RepositoryRelated Agents
Shell Scripting Pro
Write robust shell scripts with proper error handling, POSIX compliance, and automation patterns. Masters bash
Shell Pro
Writes or refactors shell scripts (bash or POSIX sh) matching the repo's portability posture, verifying with s
Shell Ops
Git & Shell specialist. Use for git commands, path handling, and child_process.
Effect Expert
Implements Effect services, layers, dependency injection, and error handling following Effect best practices
Implement Error Hardener
Hardens error handling from 2 perspectives - fault injection and incident
Correctness Adversary
Red-team correctness reviewer for in-flight code diffs. Reads a git diff and produces a ranked critique focuse
Related Skills
Tpl
by KarpelesLab - Details Go project conventions with comprehensive error handling recommendations, table-drive
Security Guardian
Comprehensive security analysis for RTK CLI tool, focusing on command injection, shell escaping, hook security
Create Bash Script
Generate production-ready bash scripts with standardized structure, error handling, and common flags.