b2b-android-create-mock-data

Generate deterministic mock API JSON fixtures for Android B2B services.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-android-create-mock-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: b2b-android-create-mock-data
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-Android/create-mock-data
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-android-create-mock-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of mock API JSON fixtures for Android B2B services.

Core Features & Use Cases

  • Collects API method, endpoint, and parameter details, then generates deterministic mock JSON files aligned with project conventions.
  • Creates domain-scoped fixtures and filenames according to the JsonInterceptor naming rules to support robust testing workflows.
  • Supports iterative testing by producing responses for standard success and common error scenarios, including empty data, auth failures, and invalid parameter errors.

Quick Start

Describe the target API details to generate mock data and run the skill to create ready-to-use Android mock fixtures.

Frequently Asked Questions about b2b-android-create-mock-data

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

FAQPage Schema
How do I generate mock API JSON fixtures for Android testing?

To generate mock API JSON fixtures for Android testing, you provide the API method, endpoint, and parameter details to the skill, which then produces deterministic JSON files aligned with your project conventions.

Can I create domain-scoped mock data folders for Android B2B services?

Yes, you can create domain-scoped mock data folders for Android B2B services, as the skill automatically sets up and documents domain folders following strict JsonInterceptor naming rules to support robust testing workflows.

What's the best way to automate mock JSON responses for Android API testing?

The best way to automate mock JSON responses for Android API testing is using the skill to generate deterministic fixtures that cover standard success scenarios and common errors like auth failures and empty data.

Does the mock data generation workflow support a DEBUG-enabled isMock parameter?

Yes, the mock data generation workflow integrates directly with a DEBUG-enabled isMock parameter workflow, ensuring the generated JSON fixtures route correctly during your Android testing cycles.

What types of error scenarios can I mock for Android API testing?

For Android API testing, you can mock common error scenarios including empty data responses, authentication failures, and invalid parameter errors, alongside standard success responses for iterative testing.

How does deterministic mock JSON generation work for Android B2B services?

Deterministic mock JSON generation works by collecting your API details and producing consistent JSON files using strict naming rules and domain-based fixture routing for reliable Android B2B service testing.