nazarukroman

Review Bash — Development skill for Claude Code

Development community

Read-only review of all Bash / shell scripts in the project.

How to install Review Bash

Installs to ~/.claude/skills/nazarukroman-craft-review-bash/SKILL.md

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

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

What Review Bash does


description: Read-only review of all Bash / shell scripts in the project

/review-bash

Read-only review of every shell script and shell snippet in the project. Do not edit any file.

Scope

Find:

  • .sh, .bash files anywhere in the repo
  • scripts/, bin/, tools/ directories
  • .github/workflows/*.yml — run: / shell: sections
  • package.json scripts entries that are non-trivial (>~50 chars, multiple commands, conditionals, pipes)
  • Dockerfile RUN steps that use s

Alternatives in Development

  • OpenAI Codex CLI — (Rust implementation) 67.8k ★
  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Ralphy — My Ralph Wiggum setup, an autonomous bash script that runs Claude Code, Codex, OpenCode, Cursor agent, Qwen & 2.8k ★

Full documentation available on GitHub

View Source Repository