From sound
Use when reviewing a staged diff or a commit range for soundness against the project's taste rules. Triggers on "sound review", "review this diff/commit", "review my changes for taste", a pre-commit pass.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sound:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **No argument** → `git diff --cached`.
git diff --cached.main..HEAD) → its commits and the whole git diff <range>.The project's taste rules live under .claude/sound/. Read the ones that bear on the code the diff touches, and apply each rule's Detect: and Not-when: verbatim — never from memory. If .claude/sound/ is absent, say so and stop.
Review deeply: for every change, surface each rule it violates and each enhancement it invites. Ground every finding in the diff and the intent behind it — never rule from the text alone. Stay silent where a rule's Not-when: applies.
Report most-consequential first: - <file>: <rule or enhancement> — <anchor>. If nothing stands, say CLEAN.
npx claudepluginhub saadshahd/moo.md --plugin soundReviews recent git diffs and commits with brutal honesty before PRs, spotting 2am logic flaws, copy-paste artifacts, debug leftovers, hacks, and poor naming.
Reviews staged changes, files, or PRs with semantic diffs, expert routing by file type, and auto-creates tasks for critical issues.
Reviews uncommitted git changes with full file context, producing a structured report with severity levels, actionable fixes, and an approval verdict.