mint-review-pr

Automate an 8-pass staff-engineer review of code diffs.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/MINT-IA/MINT --skill mint-review-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mint-review-pr
Source: https://github.com/MINT-IA/MINT/tree/main/.claude/skills/mint-review-pr
Command: npx skills add https://github.com/MINT-IA/MINT --skill mint-review-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a thorough staff-engineer review of code diffs to verify quality and compliance before merging.

Core Features & Use Cases

  • Mandated reads: Read the full diff and understand changes, not summaries.
  • 8 specialist passes: Execute bugs, compliance, regressions, i18n, archetypes, anti-facade checks, and more.
  • Guardrails: Enforce mandatory verification steps and prevent premature approvals.
  • Use Case: Use after feature work and before PR to dev to ensure maintainability and reliability.

Quick Start

Run a diff through the full review workflow to produce a pass/fail verdict.

Frequently Asked Questions about mint-review-pr

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

FAQPage Schema
How do I automate a staff-engineer level code review for a pull request diff?

Automate code review by running the diff through an 8-pass checklist that verifies bugs, compliance, regressions, and architectural alignment to produce a pass/fail verdict.

What checks are required for compliance and quality assurance before merging a PR?

Quality assurance before merging requires checks for bugs, regressions, compliance, i18n, archetypes, and anti-facade patterns, enforced through a mandatory 8-pass checklist.

Can I use an automated diff review to prevent premature pull request approvals?

Yes, automated diff review enforces mandatory verification steps and guardrails to prevent premature approvals, ensuring all 8 specialist passes complete before a verdict.

How do I perform static analysis and bug checks on code changes ready for review?

Perform static analysis by reading the full diff and executing mandated specialist passes for bugs, regressions, and architectural alignment to auto-feedback where appropriate.

When do I need to run an automated 8-pass checklist on my code diffs?

Run the 8-pass checklist after feature work and before merging to dev, ensuring code changes are checked for maintainability, reliability, and compliance.

Does automated code review work with CI/CD pipelines for continuous quality assurance?

Yes, integrating automated diff review into CI/CD pipelines enforces quality assurance by applying static analysis and compliance checks to produce pass/fail verdicts before deployment.