agentsclimarketplace

Roblox code review

Skill TabooHarmony/roblox-brain/skills/roblox-code-review

Use when reviewing Roblox or Luau code for security, performance, monetization, data persistence, or architecture risks.From its SKILL.md

Install
npx -y skills add TabooHarmony/roblox-brain --skill roblox-code-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.5 KB, 308 tokens by cl100k_base, as published. Nobody here has run it

Roblox Code Review

Route a Roblox code review to the right domain skills and produce a structured report. Apply relevant lenses based on what changed, not all every time.

When to Load

  • User asks for code review on Roblox/Luau code
  • User asks to audit security, performance, networking, monetization, or data persistence
  • User asks about Roblox best practices for remotes, data saving, or code organization

Quick Reference

Routing — Load These Skills for Each Lens

LensLoad
Security auditroblox-security
Remote validationroblox-networking
Data persistenceroblox-data
Cross-server stateroblox-server-data
Monetizationroblox-monetization
Performanceroblox-performance
Luau correctnessroblox-luau-core, roblox-luau-types
Architectureroblox-architecture

Output Format

  1. READY / NOT READY
  2. Critical blockers (security, data loss, crashes)
  3. Warnings (leaks, bottlenecks, deprecated APIs)
  4. Unverified risks and unavailable evidence
  5. Findings with specific fixes

Severity: Critical / High / Medium / Low. For each finding: file + line, what's wrong, impact, and the smallest correct fix. The routed domain skill owns detailed checks.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.