From runes
Use when the user asks to handle all unresolved PR review threads end-to-end in a single unattended pass.
How this skill is triggered — by the user, by Claude, or both
Slash command
/runes:receiving-code-review-autoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**REQUIRED SUB-SKILL:** Use `receiving-code-review` for per-comment evaluation, reply, and resolution rules — including the Forbidden Responses list, which applies to every reply body this skill posts. The only delta below is minimizing human interaction: run the full loop without pausing between mechanical steps, and surface to the user only on real decisions.
REQUIRED SUB-SKILL: Use receiving-code-review for per-comment evaluation, reply, and resolution rules — including the Forbidden Responses list, which applies to every reply body this skill posts. The only delta below is minimizing human interaction: run the full loop without pausing between mechanical steps, and surface to the user only on real decisions.
Don't ask "should I apply this?" or "should I post the reply?" — decide using the principles skill's evaluation rules and execute.
Not covered in the principles skill because they apply only end-to-end:
fix (bug), refactor (cleanup), docs (docs-only), test (test changes), style (formatting-only). Scope is the top-level directory of the primary modified file (e.g., skills, cmd, api).The principles skill's When To Push Back list applies as-is — every reason to push back on a single thread is also a reason to halt the auto loop and surface the thread to the user. In addition, escalate on these auto-specific conditions:
Already-made commits stay; do not auto-revert. On any failure not enumerated above — partial push rejection, mid-loop interruption, or an unrecognized error — halt and report the current state to the user without further action.
Applied: N — <comment-permalink> <path>:<line> — <what> (<sha>)
Rejected: N — <comment-permalink> <path>:<line> — <reason>
Clarify: N — <comment-permalink> <path>:<line> — <question>
Escalated: N — <comment-permalink> <path>:<line> — <reason>
Pushed: <commit-range> to <branch>
npx claudepluginhub moreh-dev/runes --plugin runesGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.