mandatory-review

Coordinate mandatory code reviews before task completion and PR submission.

1|Updated Jul 21, 2025
One-click install
npx skills add https://github.com/dpalfery/motorcycle-rag-system --skill mandatory-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mandatory-review
Source: https://github.com/dpalfery/motorcycle-rag-system/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/dpalfery/motorcycle-rag-system --skill mandatory-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Prevent unverified code from being submitted by ensuring mandatory code reviews before commits or task completion.

Core Features & Use Cases

  • Orchestrates a code-reviewer sub-agent to inspect changes for bugs, security issues, and style.
  • Enforces LGTM before marking tasks as done or proceeding with PRs.
  • Integrates into task workflows and commit pipelines to block premature releases.

Quick Start

Initiate the code-reviewer sub-agent to review your modified files and fix issues until LGTM is received.

Frequently Asked Questions about mandatory-review

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

FAQPage Schema
How do I enforce a mandatory code review before a pull request is submitted?

To enforce a mandatory code review before a pull request, the skill orchestrates a dedicated sub-agent to inspect modified files and blocks task finalization until an LGTM is received.

What is the best way to prevent unverified code from being committed in automated workflows?

Preventing unverified code from being committed involves integrating code review checks into task finalization and PR workflows, requiring fixes for any detected bugs or security issues before proceeding.

How does the code-reviewer sub-agent inspect changes for security issues and style?

The code-reviewer sub-agent inspects changes for security issues and style by applying automated checks during the task finalization phase, enforcing compliance by requiring fixes before marking tasks as done.

Can I block premature releases if a code review does not return an LGTM?

You can block premature releases if a code review does not return an LGTM, as the workflow automation halts the commit pipeline and requires fixes for identified bugs or style violations.

Does mandatory code review work with existing CI/CD pipelines?

Mandatory code review integrates into existing task workflows and commit pipelines by inspecting modified files and blocking premature releases until an LGTM is granted by the sub-agent.