pr-review

Fetch and analyze GitHub pull requests to assess merge-worthiness.

637|66|Updated May 7, 2026
One-click install
npx skills add https://github.com/7as0nch/mimo2codex --skill pr-review-7as0nch
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: pr-review
Source: https://github.com/7as0nch/mimo2codex/tree/main/.mimocode/skills/pr-review
Command: npx skills add https://github.com/7as0nch/mimo2codex --skill pr-review-7as0nch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing GitHub pull requests, ensuring code quality and merge-worthiness assessment is quick and efficient.

Core Features & Use Cases

  • Automated PR Analysis: Fetches and analyzes pull request details, code changes, and issues.
  • Merge-Worthiness Assessment: Assesses the readiness of pull requests for merging based on several criteria.
  • Feedback and Reporting: Provides a structured feedback format that can be used to communicate assessment results to the contributor.

Quick Start

Run the pr-review skill on a PR with the URL 'https://github.com/7as0nch/mimo2codex/pull/XX'.

Frequently Asked Questions about pr-review

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

FAQPage Schema
How do I automate GitHub pull request analysis and merge assessment?▼

Automating GitHub pull request analysis involves fetching PR details and code changes via the GitHub API to evaluate code quality and merge-worthiness. This Skill automates that process, analyzing contributions to provide structured feedback on merge readiness.

What is merge-worthiness assessment in code review?▼

Merge-worthiness assessment in code review evaluates a pull request's readiness for merging based on code quality and identified issues. This Skill automates checking these criteria against fetched GitHub PR details to determine if a contribution meets project standards.

Do I need the GitHub API to review pull requests for code quality?▼

Yes, you need the GitHub API to review pull requests for code quality. This Skill requires the GitHub API as a dependency to fetch PR details, analyze code changes, and assess merge-worthiness within your project context.

Can I use automated PR analysis for contribution management in the mimo2codex project?▼

Yes, you can use automated PR analysis for contribution management in the mimo2codex project. This Skill fetches and analyzes pull request details to assess code quality, evaluate merge-worthiness, and generate structured feedback for contributors.

What's the best way to provide structured feedback on GitHub PRs?▼

The best way to provide structured feedback on GitHub PRs is to automate the assessment of code quality and merge-worthiness. This Skill fetches PR details, analyzes changes for issues, and formats the assessment results to communicate directly with contributors.