What problem does it solve?
This Skill eliminates the risk of broken Android dashboard functionality caused by non-compliant API responses, including mismatched JSON schemas, incorrect Czech localization, malformed timestamps, or inconsistent data between the API and backend database.
Core Features & Use Cases
- Schema Validation: Verifies the API response JSON matches the exact field structure and data types expected by the Android app.
- Localization Checks: Confirms all user-facing labels use correct Czech language terms instead of English defaults.
- Timestamp Validation: Ensures all timestamps follow ISO8601 UTC format with required millisecond precision.
- Data Consistency Verification: Compares API-reported metrics against backend database records to catch discrepancies.
- Use Case: A mobile development team can use this Skill during API deployment to confirm the dashboard endpoint returns valid, localized, and consistent data before releasing to Czech users.
Quick Start
Use the android-dashboard-contract skill to validate that your localhost:8080/metrics API endpoint returns a fully compliant Czech Android dashboard response.