원클릭으로
reviewer-blocking-disable
// Make the stop hook non-blocking (remind once, then let the agent through)
// Make the stop hook non-blocking (remind once, then let the agent through)
| name | reviewer-blocking-disable |
| description | Make the stop hook non-blocking (remind once, then let the agent through) |
| allowed-tools | Bash(jq *) |
Run this command:
jq -n --argjson existing "$(cat .reviewer/settings.local.json 2>/dev/null || echo '{}')" '$existing * {"stop_hook": {"max_consecutive_blocks": 1}}' > .reviewer/settings.local.json.tmp && mv .reviewer/settings.local.json.tmp .reviewer/settings.local.json
Then confirm that the stop hook has been set to non-blocking mode (remind once, then let through).
Configure autofix to only fix MAJOR and CRITICAL issues (unattended mode)
Review the conversation transcript for behavioral issues (misleading behavior, disobeyed instructions, instructions worth saving).
Assess whether the approach taken on a branch is the right way to solve the problem.
Restore the stop hook to blocking mode (default: block up to 3 times before letting through)
Set the maximum number of times the stop hook will block before letting the agent through
Automatically find and fix code issues in the current branch. Iteratively verifies, plans fixes, and implements them with separate commits. Defers all review to the end.