code-review

Automate Luau code reviews for style, safety, and performance standards.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill code-review-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill code-review-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, repeatable review process for Luau code, catching style, safety, and performance issues before changes are merged.

Core Features & Use Cases

  • Comprehensive checks: validates module pattern, type annotations, server authority, error handling, and performance considerations.
  • Scalable reviews: suitable for reviewing single files, PR-sized diffs, or entire Luau modules.
  • Clear outputs: generates a consistent, actionable code-review report that can be delegated to a specialist.

Quick Start

Review the specified Luau files by providing paths or a diff, and I will return a structured code-review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate Luau code reviews for Roblox projects?

Review Luau code at scale by submitting individual files, PR-sized diffs, or entire modules. The review checks module patterns, type annotations, server authority, remote validation, and error handling, returning a structured report.

Can I review an entire Roblox Luau module instead of just a single file diff?

Yes, Luau code reviews can be scaled to handle single files, PR-sized diffs, or entire modules within Roblox projects, validating safety and performance standards across the full scope of your codebase.

What specific Luau style and security checks are enforced during a Roblox code review?

Luau code reviews enforce checks for module patterns, type annotations, server authority, remote validation, error handling, and performance considerations to ensure safety and style standards are met before merging.

Do I need to set up any dependencies to run automated Luau code reviews?

No additional dependencies are required. You provide the Luau file paths or diffs, and the review generates a structured report checking style, safety, and performance standards without needing external setup.

What is the best way to ensure server authority and remote validation in Luau scripts?

The best way to ensure server authority and remote validation is to run an automated Luau code review that documents and checks these specific safety standards alongside module patterns and error handling.