pr-review

Automate pull request reviews against structural and quality standards.

2|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/hgxszhj-pixel/MiniMax-AI-skills --skill pr-review-hgxszhj-pixel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/hgxszhj-pixel/MiniMax-AI-skills/tree/main/.claude/skills/pr-review
Command: npx skills add https://github.com/hgxszhj-pixel/MiniMax-AI-skills --skill pr-review-hgxszhj-pixel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reviewing pull requests in the MiniMax Skills repository, ensuring compliance with standards and maintaining quality.

Core Features & Use Cases

  • Automated Validation: Run automated checks to verify PR structure, frontmatter, and secret management.
  • Manual Content Review: Facilitates the application of soft quality guidelines, ensuring content integrity and consistency.
  • Use Case: Integrate into your PR workflow to automatically validate new skills before merging.

Quick Start

Run the validation script to automatically check PRs in your MiniMax Skills repository: python validate_skills.py

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate pull request validation for a skill repository?

Automate pull request validation by running a script that checks structural standards, parses YAML frontmatter, and scans for hardcoded secrets before merging. This ensures new skills meet repository quality and compliance guidelines automatically.

Can I scan for hardcoded secrets during a PR review?

Yes, you can scan for hardcoded secrets during PR review by running the validation script. It inspects repository contents to detect sensitive data exposure and enforces secret management standards before code changes are merged.

Does PR review work with YAML frontmatter parsing?

Yes, PR review requires YAML frontmatter parsing to validate repository structure. The validation script reads the metadata headers to ensure new skills comply with the predefined structural standards required for merging.

What is the best way to maintain code quality standards in a skill repository?

Maintain code quality by combining automated validation scripts with manual content review. This approach enforces soft quality guidelines and verifies structural compliance, ensuring content integrity and consistency across all merged skills.

How do I run automated checks to verify PR structure before merging?

Run the validation script using the command `python validate_skills.py` to execute automated checks. This verifies PR structure, validates frontmatter, and scans for hardcoded secrets to ensure repository compliance before integration.

When do I need manual content review after automated PR validation?

Manual content review is needed after automated PR validation to apply soft quality guidelines. While scripts verify structure and secrets, human oversight ensures content integrity, consistency, and overall quality assurance for the MiniMax Skills repository.