revealui-review

Automate structured code review checklists for RevealUI projects before commits.

4|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/RevealUIStudio/revealui --skill revealui-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revealui-review
Source: https://github.com/RevealUIStudio/revealui/tree/main/.agents/skills/revealui-review
Command: npx skills add https://github.com/RevealUIStudio/revealui --skill revealui-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review process is critical to ensure quality, consistency, and security before integrating changes into RevealUI projects. This skill provides a structured, repeatable checklist to guide reviewers through automated and manual checks.

Core Features & Use Cases

  • Automated checks: lint, typecheck, tests, and gating to verify builds and package integrity.
  • Manual checks: ensure type safety, code quality, architecture conformance, Tailwind rules, and Git conventions.
  • Use Case: reviewers use the checklist during pull requests to verify feature readiness before merging.

Quick Start

Run the code review checklist before committing to ensure quality and compliance.

Frequently Asked Questions about revealui-review

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

FAQPage Schema
How do I automate a code review checklist for RevealUI pull requests?

To automate a code review checklist for RevealUI pull requests, run this skill before committing to enforce linting, type checks, tests, and gate checks across all packages.

What checks are required before committing code to a RevealUI project?

Required checks before committing to a RevealUI project include automated linting, type checks, tests, gate checks, and manual reviews for type safety, code quality, and architecture conformance.

Does the RevealUI code review process cover Tailwind rules and Git conventions?

Yes, the RevealUI code review process explicitly includes manual checks for Tailwind rules and Git conventions alongside automated gating to verify build and package integrity.

Can I use this code review checklist for both feature development and bug fixes?

Yes, you can use this code review checklist for both feature development and bug fixes, as it guides reviewers through structured validation steps across all RevealUI packages.

What is the best way to ensure architectural conformance in RevealUI packages?

The best way to ensure architectural conformance in RevealUI packages is to apply this structured review checklist, which specifies manual checks for architecture guidelines before merging.