review

Validate project plans and cleanup proposals through a reviewer-only evaluation pass.

2|Updated May 3, 2026
One-click install
npx skills add https://github.com/JustineDevs/roblox-ai-os --skill review-justinedevs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/JustineDevs/roblox-ai-os/tree/main/skills/review
Command: npx skills add https://github.com/JustineDevs/roblox-ai-os --skill review-justinedevs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the lack of separation between content creation and quality assurance by enforcing a strict reviewer-only pass for project plans and cleanup proposals.

Core Features & Use Cases

  • Reviewer Separation: Ensures that the author of a plan cannot be the one to approve it, maintaining objective quality standards.
  • Quality Gates: Validates artifacts against regression-test coverage, cleanup plans, and specific quality metrics.
  • Use Case: A developer submits a refactoring plan for a Roblox system, and this skill allows a lead developer or Critic agent to evaluate the proposal against established quality gates before implementation.

Quick Start

Invoke the review skill to evaluate the plan located at the default path by typing /review in your terminal.

Frequently Asked Questions about review

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

FAQPage Schema
What is reviewer separation in quality assurance governance?

Reviewer separation prevents the author of a project plan from approving it, ensuring objective quality assurance by restricting the evaluation pass to a dedicated reviewer or Critic agent.

Does the review skill work with the Plan skill and Critic agent?

Cleanup proposals are validated by passing them through a reviewer-only evaluation pass that assesses the artifacts against specific quality metrics and cleanup plans to ensure readiness.

How do I validate cleanup proposals before implementation?

Cleanup proposals are validated by passing them through a reviewer-only evaluation pass that assesses the artifacts against specific quality metrics and cleanup plans to ensure readiness.

Can I use this quality assurance workflow for general Roblox development?

Yes, this quality assurance workflow operates within the creator-runtime domain to enforce separation of duties between authors and reviewers for general Roblox development project plans.