bypass-review

Toggles the approval policy for automated MR review posting and DM notifications.

1|Updated Sep 20, 2026
One-click install
npx skills add https://github.com/kdHyeok/MMP --skill bypass-review-kdhyeok
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bypass-review
Source: https://github.com/kdHyeok/MMP/tree/main/skills/bypass-review
Command: npx skills add https://github.com/kdHyeok/MMP --skill bypass-review-kdhyeok

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When automating GitLab MR reviews, every MR comment and Mattermost DM normally requires manual user approval before posting. This Skill lets you switch that approval requirement on or off, so reviews can either pause for confirmation or proceed end-to-end without intervention. ## Core Features & Use Cases - Approval Policy Toggle: Turn bypass mode on to post MR comments and send DMs without asking, or off to require explicit approval before anything is published. - Default Channel Management: Store and update the default Mattermost channel used for automatic review notifications when bypass is enabled. - Status Inspection: Query the current policy state as JSON (bypass, defaultChannel, updatedAt) to verify what is active. - Use Case: You trust the review pipeline and want unattended operation. Say "bypass 켜줘" to enable no-approval mode; the Skill confirms the irreversible nature of auto-posting, applies the change, and reports the resulting state. ## Quick Start Ask the assistant to turn on bypass mode for MR reviews so review comments and DMs post without manual approval.

Frequently Asked Questions about bypass-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I disable approval prompts for automated MR reviews?▼

Run the bypass-review script with the on command, or ask the assistant to enable bypass mode. Once enabled, MR review comments and Mattermost DMs post automatically without an AskUserQuestion approval step.

How to change the default Mattermost channel for review notifications?▼

Use the channel command with the team channel name, for example node bypass-review.mjs channel "team-name". The stored channel is then used automatically whenever bypass mode posts review notifications.

Does bypass mode skip review validation checks?▼

No. Bypass only removes the human approval gate; the review harness still runs fully, including step ordering, hold-category and code-location citations, duplicate-post blocking, and the ban on glab mr approve and merge commands.

Can I check the current bypass status before enabling it?▼

Yes. Run the status command to get a JSON object showing the current bypass flag, defaultChannel, and updatedAt timestamp. The Skill reports these exact values after any state change so you can verify the result.

Does enabling bypass also start review monitoring?▼

No. Bypass only controls the approval policy; monitoring is managed separately by the auto-review skill via a Monitor process. If no monitor is running in the session, the changed policy only applies when you run mr-review directly.