What problem does it solve?
This Skill provides a structured, repeatable process to diagnose and resolve reported software issues by guiding reproduction, isolation, root cause analysis, code-level fixes, and verification steps.
Core Features & Use Cases
- Reproduce reliably: Capture exact steps, inputs, environment details, and logs needed to recreate the issue.
- Isolate across layers: Identify whether the failure stems from frontend components, React Query hooks, edge functions, database queries (Supabase), or LLM/third-party calls.
- Root cause and fix: Trace data flow and code paths to locate the failure point and propose minimal, targeted code changes to remediate it.
- Verify and prevent regressions: Define verification steps and regression checks to ensure the fix resolves the issue without side effects.
- Use Case: Troubleshoot a realtime subscription error in Layaa OS where clients stop receiving updates due to a malformed edge function handler or a broken DB trigger.
Quick Start
Reproduce the failing signup flow in Layaa OS by listing exact steps, inputs, environment variables, and logs, then identify the root cause and propose a minimal code fix.