pr-review

Review pull requests against repository standards. Two-phase process: automated validation, then manual content review.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "pr-review" with this command: npx skills add minimax-ai/skills/minimax-ai-skills-pr-review

PR Review Skill

Review pull requests against repository standards. Two-phase process: automated validation, then manual content review.

Phase 1: Automated Validation (Hard Rules)

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 directory

  • YAML frontmatter is parseable

  • Required fields present: name , description

  • name matches directory name

  • No hardcoded secrets detected

All 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.

Phase 2: Content Review (Soft Guidelines)

After automated checks pass, review the PR against quality guidelines:

  • Skill scope — Does it overlap with existing skills? Is the boundary clear?

  • Description quality — Does the description include clear trigger conditions?

  • File size — Are reference docs reasonably sized for context window consumption?

  • API key handling — If external APIs are used, are credentials read from environment variables?

  • Script quality — Do scripts have shebang, requirements.txt, and error handling?

  • Language — Are SKILL.md and code written in English?

  • README sync — Are README.md and README_zh.md updated for new skills?

See references/quality-guidelines.md for soft guidelines details.

Review Checklist Summary

Must Pass (Blockers)

  • validate_skills.py exits with code 0

  • PR title follows conventional commit format

  • One PR, one purpose

Should Pass (Flagged in Review)

  • No functional overlap with existing skills

  • Description includes trigger conditions

  • Files are reasonably sized

  • API keys via environment variables

  • README tables updated for new skills (Source column set to Community )

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

minimax-docx

No summary provided by upstream source.

Repository SourceNeeds Review
General

pptx-generator

No summary provided by upstream source.

Repository SourceNeeds Review
General

minimax-pdf

No summary provided by upstream source.

Repository SourceNeeds Review
General

gif-sticker-maker

No summary provided by upstream source.

Repository SourceNeeds Review