Command Claude Code
Hands the P1–P5 findings from the most recent /code-review to Hermit so Claude doesn't burn tokens re-reading every file and retyping every edit. Claude stays on judgment; Hermit does the mechanical apply.
Quiet MCP executor for Claude Code and Codex. Offload edits, tests, refactors, and commits to cheaper local or flat-rate models.
Command Claude Code
Hands the P1–P5 findings from the most recent /code-review to Hermit so Claude doesn't burn tokens re-reading every file and retyping every edit. Claude stays on judgment; Hermit does the mechanical apply.
Command Claude Code
Unlike /code-polish, this variant is a distributed state machine. Hermit runs its own review-and-apply loop until it is self-clean, and Claude provides two independent review passes on top as a quality gate. Claude's token spend is capped at 2 review rounds.
Command Claude Code
Commit-and-push are the textbook grunt-work target: short, mechanical, deterministic, and unrelated to reasoning. This skill keeps the deciding parts in Claude and delegates the git commands to Hermit.
Command Claude Code
Same outline as /feature-develop, but the Phase 3 implementation is delegated to Hermit over MCP so Claude's context never absorbs the grunt-work tool output.