What problem does it solve?
This Skill prevents repeated, evidence-poor fixes by gathering concrete runtime facts before another patch is attempted. It helps resolve UI, layout, device, permission, connection, and bridge issues when source code alone is not enough.
Core Features & Use Cases
- Log-Based Fact Gathering: Reads the latest local SDK and service bridge logs to align debugging with the actual runtime timeline.
- Real Electron Inspection: Uses Chrome DevTools or direct CDP target selection to inspect the live host application instead of relying on assumptions.
- Source-to-Runtime Validation: Checks DOM structure, computed styles, box metrics, console output, and built artifact consistency before recommending the next fix.
- Use Case: A UI change still looks wrong after the first patch, so the Skill collects a fact pack that confirms the real layout owner, runtime target, and likely next implementation step.
Quick Start
Ask the AI to create a fact pack for the current issue by gathering repository facts, the newest logs, and the real Electron target before proposing another fix.