Table of Contents - Quick Start - When to Use - Required TodoWrite Items - Workflow - Output Format Shell Script Review Audit shell scripts for correctness, safety, and portability. Verification After review, run to verify fixes address identified issues. Testing Run to validate review patterns. Quick Start When To Use - CI/CD pipeline scripts - Git hook scripts - Wrapper scripts (run- .sh) - Build automation scripts - Pre-commit hook implementations When NOT To Use - Non-shell scripts (Python, JS, etc.) - One-liner commands that don't need review Required TodoWrite Items 1. 2. 3. 4. 5. 6. Wo…