Automates PR reviews for the MiniMax Skills repository with a two-phase approach. First runs a Python validation script that enforces hard rules like YAML frontmatter parsing, required fields, and secret detection. Then guides you through manual content review covering scope overlap, trigger conditions in descriptions, file sizes, API key handling, and README sync. The validation script must pass with exit code 0 before merge. It's built specifically for skills repository maintenance, so you'll need to adapt the paths and rules if you want to use it elsewhere. Saves time on the mechanical checks so you can focus on whether a skill actually makes sense.
npx skills add https://github.com/minimax-ai/skills --skill pr-review