pr-gate-reviewer

Reviews pull requests for code quality and readiness using adaptive criteria and test coverage standards.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/anpanmaaaan/FleziBCG --skill pr-gate-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-gate-reviewer
Source: https://github.com/anpanmaaaan/FleziBCG/tree/main/docs/ai-skills/pr-gate-reviewer
Command: npx skills add https://github.com/anpanmaaaan/FleziBCG --skill pr-gate-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The pr-gate-reviewer Skill streamlines the pull request review process by automating the evaluation of PRs based on adaptive routing, Hard Mode MOM v3 triggers, and test coverage expectations.

Core Features & Use Cases

  • Adaptive Routing: Determines the appropriate reviewer based on the PR type and mode.
  • Hard Mode MOM v3 Triggers: Automatically triggers additional checks when critical changes are made to the codebase.
  • Test Coverage Expectations: Ensures that the PR meets the required test coverage standards.
  • Release Readiness Checks: Validates that the PR is ready for release.

Quick Start

To review a pull request, use the command: review_pr -p PR_TITLE -d PR_DESCRIPTION -c CHANGED_FILES -d DIFF -t TEST_RESULTS -r RELEVANT_DOCS.

Frequently Asked Questions about pr-gate-reviewer

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

FAQPage Schema
How do I automate pull request code review for release readiness?

Automated pull request code review evaluates code quality and release readiness using adaptive routing and test coverage expectations. It determines the appropriate reviewer based on PR type and triggers additional checks when critical changes are detected.

How do I enforce test coverage expectations in a pull request?

Test coverage expectations are enforced during the pull request review by validating submitted test results against required standards. The automated review workflow ensures that PRs meet test coverage thresholds before they can be approved for release.

What are Hard Mode MOM v3 triggers in automated code review?

Hard Mode MOM v3 triggers are automated checks activated during code review when critical changes are made to the codebase. These triggers enforce additional quality assurance evaluations to ensure release readiness before a pull request is merged.

How do I route a pull request to the right reviewer based on PR type?

Adaptive routing assigns the appropriate reviewer by analyzing the pull request type and mode. This automated routing mechanism streamlines the review workflow by matching PR characteristics with the correct quality assurance evaluation process.

Can I use automated PR checks for FleziBCG pull requests?

Automated PR checks are designed specifically for FleziBCG pull requests to enforce quality standards and ensure release readiness. The review workflow applies adaptive routing and test coverage expectations across all applicable FleziBCG PRs.

What inputs do I need to provide for an automated pull request review?

Automated pull request review requires the PR title, description, changed files, diff, test results, and relevant documentation. Providing these inputs allows the review process to evaluate code quality, trigger Hard Mode MOM v3 checks, and validate release readiness.