Code Apply Hermit banner
cafitac cafitac

Code Apply Hermit

Development community

Description

# /code-apply-hermit — Claude reads the review, Hermit applies it 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. ## Arguments `$ARGUMENTS` — PR number, optionally followed by severity filters. Examples: `123`, `123 P1 P2 P3`. - `--model <model_name>` — which executor model Hermit should run. Defaults to the gateway's active model

Installation

Installs to ~/.claude/commands/cafitac-hermit-agent-code-apply-hermit.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cafitac/hermit-agent/HEAD/.claude/commands/code-apply-hermit.md -o ~/.claude/commands/cafitac-hermit-agent-code-apply-hermit.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository