review-quality

Automate merge-ready quality review of code changes with structured reports.

339|58|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Heyvhuang/ship-faster --skill review-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-quality
Source: https://github.com/Heyvhuang/ship-faster/tree/main/skills/review-quality
Command: npx skills add https://github.com/Heyvhuang/ship-faster --skill review-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a repeatable, merge-ready assessment of code changes by unifying merge readiness, maintainability, and documentation checks into a single review workflow.

Core Features & Use Cases

  • Unified multi-lens review for code changes (merge readiness + maintainability + docs consistency).
  • Auto-triage router that selects additional checks for React/Next performance risk and UI guidelines when relevant.
  • Outputs a structured verification report and templates to guide integration into your review process.

Quick Start

Use the review-quality skill to run a unified review on your PR diff.

Frequently Asked Questions about review-quality

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

FAQPage Schema
How do I automate a merge-ready code review for a pull request diff?

To automate a merge-ready code review, provide the BASE_SHA and HEAD_SHA for diff analysis. The skill outputs a structured verification report unifying maintainability, documentation, and merge readiness checks.

What does a unified code quality check for pull requests include?

A unified code quality check includes merge readiness, maintainability, and documentation consistency. It also auto-triages additional checks for React and Next.js performance risks when relevant changes are detected.

Can I use this code review workflow for refactoring decisions without specific requirements?

Yes, you can use this workflow for refactoring decisions by providing only the BASE_SHA and HEAD_SHA. Specifying PLAN_OR_REQUIREMENTS is optional and only needed to verify scope alignment against project goals.

Does the automated diff analysis support React and Next.js performance guidelines?

Yes, the diff analysis supports React and Next.js performance guidelines. An auto-triage router evaluates the code changes and selectively applies these additional checks when relevant UI components are detected.

What is the best way to structure a pull request review for merge readiness?

The best way to structure a pull request review is using a standardized template. This skill uses a specific code-reviewer markdown template to generate a structured report with an auto-triaged verdict and recommended gates.

What are the limitations of automated diff analysis for code changes?

Automated diff analysis requires exact BASE_SHA and HEAD_SHA values to function. Without these inputs, it cannot process the code changes or generate the structured verification report for merge decisions.