Shell Review

Use when reviewing or auditing a Bash / sh / zsh script (single file, PR diff, or whole scripts/ directory). Runs the 4-layer × 8-class methodology: syntax (bash -n), static (shellcheck + shfmt + custom regex sweeps), semantic (logic / secret / portability review), and runtime (dry-run / trace / bats). Outputs a structured findings report with severity-tagged blockers / logic_errors / suggestions.

aibangjuxin 696e073 3 files · 23.6 KB Updated

File contents

aibangjuxin/knowledge/tree/main/develop/shell-review/skill commit 696e0739a8

Frequently asked questions

npx skillmds@latest add aibangjuxin/shell-review