Review pull requests for the MiniMax Skills repository. Use when reviewing PRs, validating new skill submissions, or checking existing skills for compliance. Run the validation script first for hard checks, then apply quality guidelines for content review. Triggers: PR review, pull request, validate skill, check skill.
Review pull requests against repository standards. Two-phase process: automated validation, then manual content review.
Run the validation script to check structural requirements:
python .claude/skills/pr-review/scripts/validate_skills.py
The script checks:
SKILL.md exists in every skill directoryname, descriptionname matches directory nameAll ERROR-level checks must pass. WARNING-level items (missing license, metadata) should be flagged but are not blockers.
See references/structure-rules.md for the complete hard rules specification.
After automated checks pass, review the PR against quality guidelines:
description include clear trigger conditions?README.md and README_zh.md updated for new skills?See references/quality-guidelines.md for soft guidelines details.
validate_skills.py exits with code 0Community)