room-schema-fix

Community

Fix Room schema validation crashes safely.

Authoryoufengknight
Version1.0.0
Installs0

System Documentation

What problem does it solve?

It solves Android Room database crashes caused by schema validation mismatches after you change entities, database definitions, views, or DAO queries.

Core Features & Use Cases

  • Schema mismatch diagnosis: Compares exported schema JSON with the current Room model to pinpoint renamed, missing, or structurally changed tables/columns (including views).
  • Migration plan & execution: Produces the correct approach for rename/add/delete/type changes by updating the database version and adding the required Migration/AutoMigration steps.
  • Migration verification: Validates that generated Room implementation code matches expected SQL/column mappings for the targeted flavors.

Quick Start

Run this skill when your app crashes at startup with a Room schema validation error after modifying @Entity/@Database/@DatabaseView or DAO queries.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: room-schema-fix
Download link: https://github.com/youfengknight/Android-Code-Skills/archive/main.zip#room-schema-fix

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.