find-bug-root-cause
Installation
SKILL.md
Root Cause Analysis Protocol
When a feature is broken, don't just add logging - find and fix the ACTUAL problem.
Methodology
-
Understand the Symptom:
- What does the user see/experience?
- What SHOULD happen?
- What ACTUALLY happens?
-
Trace the Data Flow:
- Follow code execution from UI → ViewModel → Service → Backend
- Check each layer for failures
- Use breakpoint logic (mental trace)
-
Check Dependencies:
- Is the service initialized? (
DIContainer.shared.service) - Are databases/indexes ready?
- Is the service initialized? (
Related skills
More from willsigmon/sigstack
fastlane expert
Fastlane automation - build, test, deploy iOS apps, TestFlight, App Store Connect
39swiftlint-autofix
Run SwiftFormat and fix all auto-correctable SwiftLint issues
30manus ai agent integration
Use this skill when delegating complex autonomous tasks to Manus AI - an AI agent that can browse the web, execute code, generate files, and comple...
24dead code eliminator
Find and delete unused files, disabled code blocks, Enhanced variants, deprecated features, test files in production for Leavn app
22bitrise expert
Bitrise CI/CD - iOS builds, automated testing, deployment, managed macOS runners
21testflight expert
TestFlight - beta testing, internal/external testers, build distribution
21