.claude/skills/debug-visual/SKILL.md
Screenshot-based visual debugging using the visual-debugger agent
npx skillsauth add JubaKitiashvili/everything-react-native-expo debug-visualInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are executing the /debug-visual command. Use the visual-debugger agent for screenshot-based UI analysis and fixing.
/debug-visual — auto-capture screenshot from running simulator/emulator via agent-device
/debug-visual <file> — analyze a specific screenshot file
/debug-visual --compare <figma-file> — compare app screenshot with Figma export
/debug-visual --screen <ScreenName> — navigate to and capture a specific screen
<file> provided: read the specified screenshot file directly--compare: capture live app screenshot AND read the Figma export file--screen: navigate to the named screen first, then capture| Category | Examples | |----------|---------| | Layout | overflow, misalignment, wrong spacing | | Typography | wrong font, size, weight, truncation | | Color | wrong token, contrast failure, dark mode | | Spacing | padding/margin off-spec | | Responsive | breaks on small/large screen | | Figma Delta | deviation from design (--compare only) |
Severity: critical · major · minor
## Visual Debug Report
### Screenshot
[File path or auto-captured timestamp]
### Issues Found
1. [Category · Severity] Description
2. [Category · Severity] Description
...
### Fixes Applied
**Issue 1** — [ComponentName.tsx]
Before: [brief description]
After: [brief description]
### Remaining Issues
[None | list of deferred items]
development
Guided version migration for React Native and Expo SDK upgrades
development
Test-driven development workflow for React Native — Jest, React Native Testing Library, and Detox
development
Mobile security audit for React Native applications
development
Step-by-step performance diagnosis and optimization for React Native apps