review-quality

Assess codebase merge readiness, maintainability, and documentation consistency.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/mshaheerz/hive-mind --skill review-quality-mshaheerz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-quality
Source: https://github.com/mshaheerz/hive-mind/tree/main/agent-skills/review-quality
Command: npx skills add https://github.com/mshaheerz/hive-mind --skill review-quality-mshaheerz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process by providing a unified assessment of merge readiness, code maintainability, and documentation consistency, reducing the risk of production issues and improving overall code quality.

Core Features & Use Cases

  • Unified Quality Assessment: Combines merge readiness, Clean Code principles, and documentation accuracy into a single review.
  • Automated Triage: Intelligently routes to specialized reviews (React performance, UI guidelines) based on code changes.
  • Use Case: Before merging a new feature, use this Skill to get a comprehensive quality report that confirms it meets requirements, is maintainable, and its documentation is accurate, ensuring a smooth deployment.

Quick Start

Use the review-quality skill to assess the quality of the current code changes against the main branch.

Frequently Asked Questions about review-quality

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

FAQPage Schema
How do I check if my code is ready to merge?

To check if code is ready to merge, perform a unified quality assessment validating merge readiness, Clean Code maintainability, and documentation consistency. This generates structured Markdown and JSON reports providing actionable insights before deployment.

What does a code maintainability review include?

A code maintainability review includes assessing changes against Clean Code principles and verifying documentation-to-code consistency. It also performs automated triage to route specialized reviews like React performance and UI guidelines.

Can I automate React performance checks during a code review?

Yes, you can automate React performance checks during a code review using automated triage. The system intelligently routes code changes to specialized reviews for React performance and UI guidelines based on the detected modifications.

How do I verify documentation accuracy against my codebase?

You verify documentation accuracy by running a unified quality review that checks documentation-to-code consistency. This ensures your documentation accurately reflects current code changes before merging a new feature.

What is the best way to get a structured code quality report?

The best way to get a structured code quality report is to use an automated review process that outputs findings in Markdown and JSON formats. This provides actionable insights on merge readiness and maintainability for deployment.