--- name: shell-review description: Audit shell scripts for correctness, portability, and common pitfalls. Use when reviewing shell scripts, CI scripts, hook scripts, wrapper scripts. Do not use when creating new scripts - use attune:workflow-setup. category: build tags: - shell - bash - posix - scripting - ci - hooks tools: - Read - Grep - Bash complexity: intermediate estimated_tokens: 200 progressive_loading: true dependencies: - pensive:shared - imbue:proof-of-work modules: - exit-codes - portability - safety-patterns --- ## Table of Contents - [Quick Start](#quick-start) - [When to Use](#when-to-use) - [Required TodoWrite Items](#required-todowrite-items) - [Workflow](#workflow) - [Output Format](#output-format) # Shell Script Review Audit shell scripts for correctness, safety, and portability. ## Verification After review, run `shellcheck