Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/humanize:cancel-pr-loopThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Cancel PR Loop To cancel the active PR loop: 1. Run the cancel script: 2. Check the first line of output: - **NO_LOOP** or **NO_ACTIVE_LOOP**: Say "No active PR loop found." - **CANCELLED**: Report the cancellation message from the output **Key principle**: The script handles all cancellation logic. A PR loop is active if `state.md` exists in the newest PR loop directory (.humanize/pr-loop/). The loop directory with comments, resolution summaries, and state information will be preserved for reference. **Note**: This command only affects PR loops. RLCR loops (.humanize/rlcr/)...
To cancel the active PR loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/cancel-pr-loop.sh"
Key principle: The script handles all cancellation logic. A PR loop is active if state.md exists in the newest PR loop directory (.humanize/pr-loop/).
The loop directory with comments, resolution summaries, and state information will be preserved for reference.
Note: This command only affects PR loops. RLCR loops (.humanize/rlcr/) are not affected. Use /humanize:cancel-rlcr-loop to cancel RLCR loops.
npx claudepluginhub lyken17/humanize --plugin humanize2plugins reuse this command
First indexed Jul 16, 2026