review

Review pull requests for documentation completeness and quality gate standards.

Updated Mar 16, 2026
One-click install
npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill review-mj-agentlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/MJ-AgentLab/mj-agentlab-marketplace/tree/main/plugins/mj-doc/skills/mj-doc-review
Command: npx skills add https://github.com/MJ-AgentLab/mj-agentlab-marketplace --skill review-mj-agentlab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the comprehensive review of documentation changes within a Pull Request, ensuring adherence to critical quality standards and preventing documentation debt.

Core Features & Use Cases

  • Holistic PR Review: Verifies documentation completeness and integrity at the Pull Request scope, going beyond individual file checks.
  • Quality Gate Enforcement: Checks against specific framework requirements like INDEX.md sync, CLAUDE.md sync, and cross-reference integrity.
  • Use Case: Before merging a PR that modifies code or documentation, use this skill to automatically flag any missing or outdated documentation, ensuring all requirements are met.

Quick Start

Use the review skill to check the documentation quality for the current pull request.

Frequently Asked Questions about review

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

FAQPage Schema
How do I check pull request documentation for INDEX.md and CLAUDE.md sync?

To check pull request documentation for INDEX.md and CLAUDE.md sync, use this skill to review PR diffs and validate cross-reference integrity. It categorizes changes and utilizes mj-doc-validate to ensure all documentation requirements are met before merging.

What is a quality gate validation for pull request documentation?

Quality gate validation for pull request documentation is an automated review process that prevents documentation debt. It verifies PR documentation completeness, enforces INDEX.md and CLAUDE.md sync, and checks cross-reference integrity against framework requirements before merging.

How do I automate documentation review for code changes before merging?

Automate documentation review for code changes by running this skill on your pull request. It operates on PR diffs, categorizes changes, and flags any missing or outdated documentation by referencing quality-gate.md to ensure all requirements are met.

Does this documentation validation tool check cross-reference integrity across the entire PR?

Yes, this documentation validation tool checks cross-reference integrity across the entire pull request. It goes beyond individual file checks by verifying holistic PR documentation completeness and adherence to critical quality standards during the review.

What are the limitations of automated code review for documentation?

The limitations of automated code review for documentation include its specific focus on PR diffs and quality gate standards. It checks INDEX.md sync, CLAUDE.md sync, and cross-reference integrity, but does not perform general code logic analysis or syntax validation.