From humanize
Starts an automated PR review loop that fetches bot comments, guides fixes, tracks human priority, and polls for re-approval up to a configurable max iteration.
How this command is triggered — by the user, by Claude, or both
Slash command
/humanize:start-pr-loop --claude|--codex [--max N] [--codex-model MODEL:EFFORT] [--codex-timeout SECONDS]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Start PR Loop Execute the setup script to initialize the PR review loop: This command starts a PR review loop that: 1. Detects the PR associated with the current branch 2. Fetches review comments from the specified bot(s) 3. You analyze and fix issues identified by the bot(s) 4. Push changes and trigger re-review by commenting @bot 5. Stop Hook polls for new bot reviews (every 30s, 15min timeout) 6. Local Codex validates if remote concerns are valid or approved ## Bot Flags (Required) At least one bot flag is required: - `--claude` - Monitor reviews from claude[bot] (trigger with @...
Execute the setup script to initialize the PR review loop:
"${CLAUDE_PLUGIN_ROOT}/scripts/setup-pr-loop.sh" $ARGUMENTS
This command starts a PR review loop that:
At least one bot flag is required:
--claude - Monitor reviews from claude[bot] (trigger with @claude)--codex - Monitor reviews from chatgpt-codex-connector[bot] (trigger with @codex)Comments are processed in this order:
Note: The setup script provides the exact mention string to use (e.g., @claude @codex).
Use whatever bot mentions are shown in the initial prompt - they match the flags you provided.
/humanize:cancel-pr-loopnpx claudepluginhub dzwduan/humanize --plugin humanize5plugins reuse this command
First indexed Jan 19, 2026
/git-pr-autofixAutomates pull request fixes in a review loop: collects bot reviews, analyzes feedback, applies code changes, and pushes updates. Args: <PR#> [--max-rounds N] [--reviewers bot1,bot2].
/address-pr-commentsTriages and addresses PR comments from code review bots: analyzes feedback, prioritizes issues, fixes valid concerns, and declines incorrect suggestions.
/ship-ci-review-loopMonitors CI status and PR reviews in a loop, waiting for auto-reviewers, addressing all comments, and ensuring zero unresolved threads before merge.
/pr-review-fix-loopRuns iterative PR review and autofix loop: reviews code, fixes issues above criticality threshold with auto-detected test/lint commands, repeats until clean. Supports Ruby, Node, Python, Go, Rust.
/review-loopRuns iterative review loop on existing PR: simplify code, parallel code/security reviews, wait for CI/CD, fix issues, repeat until clean.
/fix-prAutonomously fixes a PR by iterating on CI failures and review comments until all merge-ready criteria are met. Accepts optional PR number; derives from current branch if omitted.