review-anvil-readonly

Installation
SKILL.md

review-anvil-readonly

Thin preset that runs the multi-agent review loop without applying any fixes. Activates the review-anvil engine skill with commit_mode=none and a default of rounds=1.

Use the ASD-STE100-inspired language contract in ../review-anvil/references/asd-ste100-inspired.md for generated prose.

How to invoke

The agent reads the user's request, then activates review-anvil with this argument string:

commit_mode: none, <pass-through any args the user specified>, rounds: 1

Assembly order matters. The engine parses left-to-right with first-occurrence-wins precedence. Pinned values (commit_mode: none) go before user args so the pin is authoritative. Defaults the user can override (rounds: 1) go after user args so any user-supplied rounds: N wins.

Pin-rejection (defense in depth). Pins for this preset: commit_mode. If the review-anvil-pr helper script is resolvable (this preset ships no script of its own), enforce mechanically: bash <pr-helper-path> check-pins review-anvil-readonly "commit_mode" "$ARGUMENTS" — non-zero exit means abort with the script's error verbatim. Otherwise apply the engine's prose pin-rejection algorithm ("Parsing" section); the abort-message preset name is review-anvil-readonly.

Installs
35
GitHub Stars
19
First Seen
May 28, 2026
review-anvil-readonly — mrshu/agent-skills