code-review

Delegates code review to specialized agents for Roblox Studio and Luau projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the lack of standardized, multi-perspective code review in Roblox development, preventing security vulnerabilities and architectural debt before they reach production.

Core Features & Use Cases

  • Parallel Review Lanes: Simultaneously evaluates code for security/quality and architectural design trade-offs.
  • Severity-Rated Feedback: Categorizes issues from CRITICAL to LOW to prioritize remediation efforts.
  • Use Case: Before merging a complex RemoteEvent-based economy system, use this skill to ensure server-side validation is robust and the architectural design avoids long-term coupling risks.

Quick Start

Run the code-review skill to analyze the current git diff and provide a synthesis report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an automated code review for Roblox Luau scripts?

Automated code review for Roblox Luau scripts analyzes git diffs for security vulnerabilities, performance bottlenecks, and architectural design flaws. It uses specialized agents to evaluate server and client boundaries, providing severity-rated feedback and a merge-ready verdict.

What is the best way to check RemoteEvent security vulnerabilities in Roblox Studio?

Checking RemoteEvent security vulnerabilities in Roblox Studio involves analyzing server-side validation and client-server boundaries. A professional code review identifies exploitation risks and architectural coupling issues, categorizing them by severity to prioritize remediation before production deployment.

Can I use this code review tool to detect architectural debt in Luau projects?

You can detect architectural debt in Luau projects by running a parallel review lane that evaluates architectural design trade-offs. This process identifies long-term coupling risks and structural flaws across your codebase before they compound into unmanageable technical debt.

Does this Roblox code analysis evaluate both server and client boundaries?

Roblox code analysis evaluates both server and client boundaries by delegating to specialized code-reviewer and architect agents. It examines interactions across these boundaries to ensure robust server-side validation and identify potential security or performance issues.

How are code review issues prioritized for remediation in Roblox projects?

Code review issues in Roblox projects are prioritized using severity-rated feedback, categorizing problems from CRITICAL to LOW. This severity rating helps developers focus on the most dangerous security vulnerabilities and architectural flaws first, ensuring a deterministic merge-ready verdict.