Roblox code review
Use when reviewing Roblox or Luau code for security, performance, monetization, data persistence, or architecture risks.From its SKILL.md
npx -y skills add TabooHarmony/roblox-brain --skill roblox-code-reviewAssembled 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
| Lens | Load |
|---|---|
| Security audit | roblox-security |
| Remote validation | roblox-networking |
| Data persistence | roblox-data |
| Cross-server state | roblox-server-data |
| Monetization | roblox-monetization |
| Performance | roblox-performance |
| Luau correctness | roblox-luau-core, roblox-luau-types |
| Architecture | roblox-architecture |
Output Format
- READY / NOT READY
- Critical blockers (security, data loss, crashes)
- Warnings (leaks, bottlenecks, deprecated APIs)
- Unverified risks and unavailable evidence
- 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.