android-dashboard-contract

Validate Czech Android dashboard API responses against JSON schema and localization specs.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/Sanchez-78/crypto-trading-bot --skill android-dashboard-contract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-dashboard-contract
Source: https://github.com/Sanchez-78/crypto-trading-bot/tree/main/.claude/skills/android-dashboard-contract
Command: npx skills add https://github.com/Sanchez-78/crypto-trading-bot --skill android-dashboard-contract

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about android-dashboard-contract

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate API responses for an Android dashboard?

You validate Android dashboard API responses by checking the JSON schema, field types, and data consistency against backend database records. This Skill verifies that API outputs match exact expected structures and reported metric values align with database entries.

How do I check if my API returns correct Czech localization strings?

To check Czech localization, you verify that all user-facing labels in the API response use correct Czech language terms instead of English defaults. This Skill confirms proper localization compliance for Android dashboard endpoints.

What timestamp format is required for Android dashboard API compliance?

Android dashboard API compliance requires timestamps to follow ISO8601 UTC format with millisecond precision. This Skill validates that all timestamp fields in the API response strictly adhere to this formatting standard.

Can I use contract testing to verify API and database consistency?

Yes, contract testing can verify API and database consistency by comparing API-reported metrics against backend database records. This Skill performs data consistency verification to catch discrepancies between public endpoints and database entries.

When should I run API contract validation for a mobile backend?

You should run API contract validation during pre-deployment API testing and regression validation for dashboard feature updates. This ensures the endpoint returns valid, localized, and consistent data before releasing to Czech users.

What if my dashboard API response does not match the expected JSON schema?

If the API response does not match the expected JSON schema, this Skill identifies mismatched field structures and incorrect data types. It eliminates the risk of broken Android dashboard functionality caused by non-compliant API responses.