review-quality

Installation
SKILL.md

Quality Review (Unified)

Goal: turn “is this change good?” into a repeatable review with a clear merge/production readiness verdict.

This skill intentionally merges three review lenses:

  1. Merge readiness (requirements alignment + risk + verification)
  2. Code maintainability (Clean Code-style review)
  3. Documentation consistency (README/docs vs implementation)

This is the single entry point for Ship Faster reviews. It includes an internal auto-triage:

  • Always run the unified review (this skill).
  • If React/Next.js performance risk is detected, also run review-react-best-practices and include its findings.
  • If UI surface changes are detected, also run a Web Interface Guidelines audit (a11y/focus/forms/motion/content overflow) and include terse file:line findings.

Inputs (recommended)

  • BASE_SHA and HEAD_SHA for diff-based reviews
  • Optional: PLAN_OR_REQUIREMENTS path (e.g. run_dir/evidence/features/<feature_slug>-plan.md)
Related skills

More from heyvhuang/ship-faster

Installs
47
GitHub Stars
338
First Seen
Feb 10, 2026