agentsclimarketplace

Review

Skill saadshahd/moo.md/sound/skills/review

Use when reviewing a staged diff or a commit range for soundness against the project's taste rules, including a pre-commit pass or an explicit "sound review".From its SKILL.md

Install
npx -y skills add saadshahd/moo.md --skill review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 2 commands, including `git diff --cached` and 1 more.

SKILL.md

1.0 KB, 202 tokens by cl100k_base, as published. Nobody here has run it

sound:review

What to read

  • No argument → git diff --cached.
  • A range (e.g. main..HEAD) → its commits and the whole git diff <range>.

How to review

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: surface every rule the changes violate, and the enhancements that genuinely matter for this diff's kind. 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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.