pr-review

Automate PR review and compliance checks for MiniMax Skills.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/shiro123444/Minmaxskills --skill pr-review-shiro123444
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/shiro123444/Minmaxskills/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/shiro123444/Minmaxskills --skill pr-review-shiro123444

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates PR review and compliance checks for the MiniMax Skills repository, reducing manual effort and catching policy violations early.

Core Features & Use Cases

  • Automated validation of SKILL.md frontmatter and directory-name consistency.
  • Secret scanning across skill files to detect hardcoded keys and tokens.
  • Two-phase review workflow: automated checks followed by soft-quality guidelines.
  • Comprehensive PR guidance for reviewers, including required fields and reporting.

Quick Start

Run the validation script to verify all skills for PR readiness.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate PR review and compliance checks for skill submissions?

Automating PR review involves running a validation script to verify SKILL.md frontmatter, directory-name alignment, and license presence. This workflow catches policy violations early and reduces manual effort for new skill submissions.

What is a two-phase code review workflow for pull requests?

A two-phase code review workflow applies automated validation checks first, followed by manual soft-quality guideline reviews. This ensures structural metadata compliance before human reviewers assess the actual quality of the submission.

How do I validate YAML frontmatter in SKILL.md files?

Validating YAML frontmatter requires checking the SKILL.md file against expected metadata fields. The validation script ensures frontmatter validity, name-directory alignment, and required metadata presence to maintain repository standards.

Does this PR review workflow include secret scanning for hardcoded tokens?

Yes, the PR review workflow includes secret scanning across all skill files. It detects hardcoded keys and tokens during the automated validation phase to prevent sensitive credentials from merging into the repository.

Can I use this automated validation tool to audit existing skills?

Yes, you can use the validation script to audit existing skills. It checks SKILL.md frontmatter, directory-name consistency, and license presence, applying the same compliance rules used for new pull request submissions.

What are the limitations of automated PR compliance checks?

Automated PR compliance checks are limited to structural validation like frontmatter format and secret scanning. They cannot evaluate subjective quality, so a manual soft-quality review phase is required to fully assess documented guidelines.