# rca > Perform Root Cause Analysis. - Author: snake_eyez - Repository: Snake-eyez/netflix_portfolio - Version: 20260127232600 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Snake-eyez/netflix_portfolio - Web: https://mule.run/skillshub/@@Snake-eyez/netflix_portfolio~rca:20260127232600 --- --- name: rca description: Perform Root Cause Analysis. --- # Goal Analyze a bug or issue to determine its root cause and propose a fix strategy. # When To Use Use this skill when a bug is reported or found, before attempting to fix it. # Instructions 1. Reproduce the issue. 2. Analyze logs, code, and behavior to find the root cause. 3. Document the findings and proposed fix in an RCA document. # Constraints - Ensure the root cause is definitively identified. - Proposed fix should be verified against the root cause. # Resources - [RCA Guide](resources/rca.md)