What problem does it solve?
This Skill helps teams detect missing Compose previews, incomplete screenshot baselines, and hard-coded design values before they spread through the UI codebase.
Core Features & Use Cases
- Preview Gap Detection: Scans screen Composables and identifies where @Preview coverage is missing so a follow-up plan can be created.
- Screenshot Baseline Management: Regenerates and validates the four required mobile and desktop, light and dark Roborazzi baselines for each target screen.
- Design Documentation Drafting: Drafts DESIGN.md and UI Inventory entries from real implementation details to keep documentation aligned with the app.
- Tokenization Guidance: Finds hex, sp, and dp hard-coding patterns and proposes design-token refactors instead of leaving ad hoc values in code.
Quick Start
Ask the ui-snapshot skill to scan the repository for missing previews, screenshot baselines, and hard-coded UI values, then report the actions needed for plans, documentation, and token updates.