analyze

Analyze Roblox Studio and Luau codebases to rank evidence-based explanations for complex behaviors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves ambiguity in complex codebases by providing a structured, read-only analysis that separates hard evidence from logical inference, preventing speculative debugging.

Core Features & Use Cases

  • Grounded Synthesis: Provides ranked explanations for architectural behavior, causality, or regression analysis based on actual file evidence.
  • Evidence-vs-Inference Mapping: Explicitly labels findings to ensure users understand the certainty level of the provided insights.
  • Use Case: When a developer needs to understand why a specific remote validation path in a Roblox plugin is failing, this skill traces the logic across multiple modules to provide a ranked list of likely causes.

Quick Start

Use the analyze skill to investigate the cause of the recent data store regression by examining the relevant provider contracts and remote schema files.

Frequently Asked Questions about analyze

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

FAQPage Schema
How do I investigate complex Roblox Luau codebase behaviors without speculative debugging?

Investigate complex Roblox Luau codebase behaviors using read-only repository analysis to trace causality and architectural tradeoffs. This provides ranked, evidence-based explanations for system impacts, ensuring non-speculative output by strictly separating hard file evidence from logical inference.

What is evidence-based codebase analysis for Roblox plugins?

Evidence-based codebase analysis for Roblox plugins is a structured investigation method that explicitly labels findings as either hard evidence or logical inference. It traces logic across multiple modules to identify causality and architectural tradeoffs, preventing speculative debugging.

How do I find the cause of a remote validation failure in a Roblox plugin?

Find the cause of a remote validation failure by tracing the logic across multiple Roblox plugin modules. This yields a ranked list of likely causes based on actual file evidence, explicitly mapped to distinguish verified facts from inferred explanations.

Can I use this analysis skill to examine data store regressions in Roblox Studio?

Yes, you can examine data store regressions in Roblox Studio by analyzing relevant provider contracts and remote schema files. The skill operates across Studio artifacts to identify system impacts and provide grounded synthesis of the regression's root cause.

What are the limitations of evidence-vs-inference reporting in codebase analysis?

The limitation of evidence-vs-inference reporting is that it operates strictly read-only, meaning it cannot modify or execute code to test hypotheses. It relies entirely on examining existing artifacts to provide high-confidence explanations, explicitly avoiding speculative conclusions.